No need to expose png internals public interface is enough

This commit is contained in:
Baptiste Daroussin 2014-12-23 23:14:07 +00:00
parent 364fb43c06
commit d29a88cee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375369

View file

@ -15,7 +15,7 @@ COMMENT= Cross-platform game SDK
LICENSE= ZLIB
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png \
libpng.so:${PORTSDIR}/graphics/png \
libmikmod.so:${PORTSDIR}/audio/libmikmod \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
@ -28,7 +28,7 @@ USE_LDCONFIG= yes
USE_GL= yes
USE_SQLITE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs \