diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 18:45:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 18:45:54 +0000 |
commit | 6a87512884c920e3f625e1267ed231dc06dab232 (patch) | |
tree | 5cfbef5addf44f0b5284d7b7b0d983d4d463c78d /games/zoom/Makefile | |
parent | b7c1f30ffd22ce08f5a60f6a2976668a86cf0799 (diff) | |
download | ports-6a87512884c920e3f625e1267ed231dc06dab232.tar.gz ports-6a87512884c920e3f625e1267ed231dc06dab232.zip |
Notes
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r-- | games/zoom/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index f9d6431f7c25..8b5db8c88bfa 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zoom -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= games MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ @@ -14,14 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Z-Interpreter for X with full V6 support LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - expat.6:${PORTSDIR}/textproc/expat2 \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - Xft.2:${PORTSDIR}/x11-fonts/libXft + png.5:${PORTSDIR}/graphics/png USE_PERL5= yes -USE_XLIB= yes +USE_XORG= xft USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes |