aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-25 13:48:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-25 13:48:21 +0000
commit3275123a1bb3b82707c6a0b3dad822fcd09a43fe (patch)
tree13377bbb893590c359d36484c8733bc7264bdda4
parentcb1b916f4561323a6e4253043ea12877d028eb46 (diff)
downloadports-3275123a1bb3b82707c6a0b3dad822fcd09a43fe.tar.gz
ports-3275123a1bb3b82707c6a0b3dad822fcd09a43fe.zip
Properly support png 1.5
Notes
Notes: svn path=/head/; revision=375554
-rw-r--r--x11-toolkits/irrlicht/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/irrlicht/Makefile b/x11-toolkits/irrlicht/Makefile
index fe5f7be97648..8a22c10354c8 100644
--- a/x11-toolkits/irrlicht/Makefile
+++ b/x11-toolkits/irrlicht/Makefile
@@ -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}