diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
commit | 2a70228394eb3fd7abb3f5669c0795b6fa260d1e (patch) | |
tree | 206b229472b3799f25b0a335716b6c8298e6306d /games/gturing/Makefile | |
parent | d6554ef88b2491bc60e70add15ec35983fe54d2a (diff) | |
download | FreeBSD-ports-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.zip FreeBSD-ports-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.gz |
Chase libgnomeui's shared lib version.
Diffstat (limited to 'games/gturing/Makefile')
-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 2d3b177..5437ea6 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 |