mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
No need to expose png internals public interface is enough
This commit is contained in:
parent
364fb43c06
commit
d29a88cee5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375369
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ COMMENT= Cross-platform game SDK
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
|
|
||||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||||
libpng15.so:${PORTSDIR}/graphics/png \
|
libpng.so:${PORTSDIR}/graphics/png \
|
||||||
libmikmod.so:${PORTSDIR}/audio/libmikmod \
|
libmikmod.so:${PORTSDIR}/audio/libmikmod \
|
||||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||||
|
@ -28,7 +28,7 @@ USE_LDCONFIG= yes
|
||||||
USE_GL= yes
|
USE_GL= yes
|
||||||
USE_SQLITE= yes
|
USE_SQLITE= yes
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-docs \
|
CONFIGURE_ARGS= --disable-docs \
|
||||||
|
|
Loading…
Add table
Reference in a new issue