diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:08:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:08:50 +0000 |
commit | 364fb43c06d5f98ba2ed061a42c502eb965d5021 (patch) | |
tree | 5864b4c7f2169a2c0e08db2781214d2b04671086 | |
parent | 56cfff4d04968dc0b7e37a6af3826ceec35ae5c4 (diff) | |
download | ports-364fb43c06d5f98ba2ed061a42c502eb965d5021.tar.gz ports-364fb43c06d5f98ba2ed061a42c502eb965d5021.zip |
Notes
-rw-r--r-- | devel/bennugd-modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index fed79582dfb2..edca49858397 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libbgdrtm.so:${PORTSDIR}/devel/bennugd-core \ USES= tar:bzip2 dos2unix pkgconfig libtool USE_SDL= sdl mixer GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --libdir="${PREFIX}/lib/bennugd" CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" |