diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:59:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:59:45 +0000 |
commit | ad33b9c6732ba9466070be1bd8618f82c0af7027 (patch) | |
tree | 79aec42810ae9be464e2f743cffc0108ff646ed3 /games/groundhog | |
parent | Add gtk-thinice-engine, a simple, clean GTK+-2 theme. (diff) |
Chase glib20's shared lib version.
Notes
Notes:
svn path=/head/; revision=75043
Diffstat (limited to 'games/groundhog')
-rw-r--r-- | games/groundhog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index 576bd85209df..42c856ea651c 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -7,13 +7,14 @@ PORTNAME= groundhog PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://home-2.tiscali.nl/~cb007736/ MAINTAINER= edwin@mavetju.org -LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ - glib-2.0.0:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= gtk-x11-2.200:${PORTSDIR}/x11-toolkits/gtk20 \ + glib-2.0.200:${PORTSDIR}/devel/glib20 USE_GNOMENG= yes USE_GNOME= gtk12 |