diff options
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r-- | games/zoom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 42046bed51ed..a2e90de93f19 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -7,6 +7,7 @@ PORTNAME= zoom PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ \ http://mirror.4bit.ws/ @@ -15,7 +16,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Z-Interpreter for X with full V6 support LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - png.5:${PORTSDIR}/graphics/png + png.6:${PORTSDIR}/graphics/png USE_PERL5= yes USE_XORG= xft |