diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /games/garith | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'games/garith')
-rw-r--r-- | games/garith/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/garith/Makefile b/games/garith/Makefile index e37aa22fe2ad..6f77f384fdc9 100644 --- a/games/garith/Makefile +++ b/games/garith/Makefile @@ -3,7 +3,7 @@ # Date created: 5 August 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/13 14:43:17 taoka Exp $ # DISTNAME= garith-2.1 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.cnm-vra.com/micah/garith/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gdk12.2:${PORTSDIR}/x11-toolkits/gtk12 ALL_TARGET= USE_X_PREFIX= yes |