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 | Remove useless hardcoding of libpng version the port only requires to find png.h (diff) | |
No need to include png internals
Notes
Notes:
svn path=/head/; revision=375368
| -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" |
