=================================================================== RCS file: /cvs/ports/games/gemrb/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- ports/games/gemrb/Attic/Makefile 2010/08/19 08:23:55 1.3 +++ ports/games/gemrb/Attic/Makefile 2010/12/04 18:14:35 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/08/19 07:23:55 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,16 +56,15 @@ 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_X11 = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu old CONFIGURE_ARGS += --mandir=${PREFIX}/man \