=================================================================== RCS file: /cvs/ports/games/gemrb/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/games/gemrb/Attic/Makefile 2010/10/26 05:40:16 1.4 +++ ports/games/gemrb/Attic/Makefile 2010/12/04 18:14:35 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/10/26 04:40:16 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/12/04 18:14:35 yason Exp $ COMMENT = open-source implementation of Bioware's Infinity Engine @@ -56,14 +56,14 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gemrb/} WANTLIB += SDL c iconv m ogg openal png pthread sndio stdc++ -WANTLIB += usbhid util vorbis vorbisfile z +WANTLIB += usbhid util vorbis vorbisfile z ${MODPY_WANTLIB} MODULES = lang/python LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \ - ::devel/sdl \ - ::graphics/png \ - ::audio/openal \ - ::audio/libvorbis + devel/sdl \ + graphics/png \ + audio/openal \ + audio/libvorbis USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu old