diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 20:42:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 20:42:38 +0000 |
commit | dce4b3197f0cc536af723aa6188f4c57cd3590d4 (patch) | |
tree | 384c9432d138c3956ae11f8e8f3a9e8f703276d5 /devel/bennugd-modules | |
parent | 3f80a7b4c3446b1f5c5bc547129de03a577ce931 (diff) |
Notes
Diffstat (limited to 'devel/bennugd-modules')
-rw-r--r-- | devel/bennugd-modules/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index 4d8b15677d5e..601812e04f72 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -14,16 +14,14 @@ COMMENT= High level open source game development suite, modules LIB_DEPENDS= libbgdrtm.so:${PORTSDIR}/devel/bennugd-core \ libpng.so:${PORTSDIR}/graphics/png -USE_BZIP2= yes +USES= tar:bzip2 dos2unix pkgconfig USE_SDL= sdl mixer GNU_CONFIGURE= yes -USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --libdir="${PREFIX}/lib/bennugd" CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" - -USE_DOS2UNIX= *.c +DOS2UNIX_GLOB= *.c WRKSRC= ${WRKDIR}/bennugd/${PORTNAME} |