mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
png public interface is enough to build those ports
This commit is contained in:
parent
d29a88cee5
commit
af69682e7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375370
2 changed files with 4 additions and 4 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
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ USE_LDCONFIG= yes
|
||||||
USE_SDL= gfx
|
USE_SDL= gfx
|
||||||
USE_GL= yes
|
USE_GL= 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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
@ -27,7 +27,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