aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/irrlicht
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-11 02:09:41 +0800
committerbapt <bapt@FreeBSD.org>2014-03-11 02:09:41 +0800
commitf52758f5c7661281ecc10b12394857fecde0ffe9 (patch)
treed1cd21a66acffb178a14475bd0cf5ae6aa61f29e /x11-toolkits/irrlicht
parent9956ff535de2801ced724e7645e801c855af7af5 (diff)
downloadfreebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.tar.gz
freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.tar.zst
freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.zip
Convert x* to USES=zip
Diffstat (limited to 'x11-toolkits/irrlicht')
-rw-r--r--x11-toolkits/irrlicht/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/irrlicht/Makefile b/x11-toolkits/irrlicht/Makefile
index 16eec87c9ef4..0820736bf8e5 100644
--- a/x11-toolkits/irrlicht/Makefile
+++ b/x11-toolkits/irrlicht/Makefile
@@ -12,9 +12,8 @@ COMMENT= High performance realtime 3D engine
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png
-USE_ZIP= yes
-USE_DOS2UNIX= Makefile *.cpp *.h *.txt
-USES= gmake
+DOS2UNIX_GLOB= Makefile *.cpp *.h *.txt
+USES= dos2unix gmake zip
USE_GL= yes
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include/libpng15