diff options
Diffstat (limited to 'devel/bennugd-modules/Makefile')
-rw-r--r-- | devel/bennugd-modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index 601812e04f72..12e82cc67214 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -3,6 +3,7 @@ PORTNAME= modules PORTVERSION= svn20130912 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ PKGNAMEPREFIX= bennugd- @@ -14,7 +15,7 @@ COMMENT= High level open source game development suite, modules LIB_DEPENDS= libbgdrtm.so:${PORTSDIR}/devel/bennugd-core \ libpng.so:${PORTSDIR}/graphics/png -USES= tar:bzip2 dos2unix pkgconfig +USES= tar:bzip2 dos2unix pkgconfig libtool USE_SDL= sdl mixer GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 |