=================================================================== RCS file: /cvs/ports/games/gemrb/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/gemrb/Attic/Makefile 2010/05/29 12:31:27 1.2 +++ ports/games/gemrb/Attic/Makefile 2010/08/19 08:23:55 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2010/05/29 11:31:27 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2010/08/19 07:23:55 yason Exp $ COMMENT = open-source implementation of Bioware's Infinity Engine @@ -43,7 +43,7 @@ CATEGORIES = games -HOMEPAGE = http://linux.prinas.si/gemrb/doku.php +HOMEPAGE = http://gemrb.sourceforge.net #MAINTAINER = ??? @@ -55,14 +55,15 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gemrb/} -WANTLIB += c iconv m ogg pthread sndio stdc++ usbhid util z +WANTLIB += SDL c iconv m ogg openal png pthread sndio stdc++ +WANTLIB += usbhid util vorbis vorbisfile z MODULES = lang/python LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \ - SDL::devel/sdl \ - png::graphics/png \ - openal::audio/openal \ - vorbis,vorbisfile::audio/libvorbis + ::devel/sdl \ + ::graphics/png \ + ::audio/openal \ + ::audio/libvorbis USE_X11 = Yes USE_LIBTOOL = Yes