aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-25 21:48:21 +0800
committerantoine <antoine@FreeBSD.org>2014-12-25 21:48:21 +0800
commita88f9157ab0592d3d9fab14e9f0c805148f3efbe (patch)
tree13377bbb893590c359d36484c8733bc7264bdda4 /x11-toolkits
parentd3fd14d794861357e1237431cdab9cb5e690e08f (diff)
downloadfreebsd-ports-gnome-a88f9157ab0592d3d9fab14e9f0c805148f3efbe.tar.gz
freebsd-ports-gnome-a88f9157ab0592d3d9fab14e9f0c805148f3efbe.tar.zst
freebsd-ports-gnome-a88f9157ab0592d3d9fab14e9f0c805148f3efbe.zip
Properly support png 1.5
Diffstat (limited to 'x11-toolkits')
-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}