svn commit: r375554 - head/x11-toolkits/irrlicht
Antoine Brodin
antoine at FreeBSD.org
Thu Dec 25 13:48:22 UTC 2014
Author: antoine
Date: Thu Dec 25 13:48:21 2014
New Revision: 375554
URL: https://svnweb.freebsd.org/changeset/ports/375554
QAT: https://qat.redports.org/buildarchive/r375554/
Log:
Properly support png 1.5
Modified:
head/x11-toolkits/irrlicht/Makefile
Modified: head/x11-toolkits/irrlicht/Makefile
==============================================================================
--- head/x11-toolkits/irrlicht/Makefile Thu Dec 25 13:46:15 2014 (r375553)
+++ head/x11-toolkits/irrlicht/Makefile Thu Dec 25 13:48:21 2014 (r375554)
@@ -14,14 +14,13 @@ LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/readme.txt
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
DOS2UNIX_GLOB= Makefile *.cpp *.h *.txt
USES= alias dos2unix gmake zip
USE_GL= gl
USE_XORG= x11 xxf86vm
USE_LDCONFIG= yes
-CFLAGS+= -I${LOCALBASE}/include/libpng15
MAKE_ENV+= SHLIB_VER=${SHARED_LIB_VER}
PLIST_SUB+= SHARED_LIB_VER=${SHARED_LIB_VER}
More information about the svn-ports-all
mailing list