diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 13:48:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 13:48:21 +0000 |
commit | 3275123a1bb3b82707c6a0b3dad822fcd09a43fe (patch) | |
tree | 13377bbb893590c359d36484c8733bc7264bdda4 | |
parent | - this port doesn't use png (diff) |
Properly support png 1.5
-rw-r--r-- | x11-toolkits/irrlicht/Makefile | 3 |
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} |