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 | |
parent | d6554ef88b2491bc60e70add15ec35983fe54d2a (diff) | |
download | FreeBSD-ports-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.zip FreeBSD-ports-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.gz |
Chase libgnomeui's shared lib version.
Diffstat (limited to 'games')
-rw-r--r-- | games/gtetrinet/Makefile | 3 | ||||
-rw-r--r-- | games/gturing/Makefile | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index abd084b..ede52c3 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -6,6 +6,7 @@ PORTNAME= gtetrinet PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -13,7 +14,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= flynn@energyhq.homeip.net -LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui +LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui USE_BZIP2= yes USE_X_PREFIX= yes 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 |