diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
commit | 57674cefccc91a0da609b8467f6010c74b9309e0 (patch) | |
tree | 56338d288b56e31ed3f0d596d56fa1d110dbc59e /games/gturing | |
parent | 15971d88937e9d9cb5a4254ce268c1d97955a409 (diff) | |
download | ports-57674cefccc91a0da609b8467f6010c74b9309e0.tar.gz ports-57674cefccc91a0da609b8467f6010c74b9309e0.zip |
Notes
Diffstat (limited to 'games/gturing')
-rw-r--r-- | games/gturing/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 2d3b1770b3cb..5437ea61074d 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -7,14 +7,16 @@ PORTNAME= gturing PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/ MAINTAINER= rael@vectorstar.net -LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui +LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ + gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui +BROKEN= "Requires update to work with libgnomeprint-2-2" USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes |