diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
commit | de78af3ac53da4687d22975cd2e236a0668d9a0d (patch) | |
tree | d9c023ed56bfb9a9663ac490476a1cca76b1c499 /games/zoom | |
parent | 1c61847a1158728babbb2e3016e7b369abef3304 (diff) |
Notes
Diffstat (limited to 'games/zoom')
-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 |