svn commit: r375368 - head/devel/bennugd-modules

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 23 23:08:52 UTC 2014


Author: bapt
Date: Tue Dec 23 23:08:50 2014
New Revision: 375368
URL: https://svnweb.freebsd.org/changeset/ports/375368
QAT: https://qat.redports.org/buildarchive/r375368/

Log:
  No need to include png internals

Modified:
  head/devel/bennugd-modules/Makefile

Modified: head/devel/bennugd-modules/Makefile
==============================================================================
--- head/devel/bennugd-modules/Makefile	Tue Dec 23 23:06:00 2014	(r375367)
+++ head/devel/bennugd-modules/Makefile	Tue Dec 23 23:08:50 2014	(r375368)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libbgdrtm.so:${PORTSDIR}/de
 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"


More information about the svn-ports-head mailing list