diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /games | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | FreeBSD-ports-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip FreeBSD-ports-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'games')
-rw-r--r-- | games/garith/Makefile | 4 | ||||
-rw-r--r-- | games/gtkballs/Makefile | 4 | ||||
-rw-r--r-- | games/xqf/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/garith/Makefile b/games/garith/Makefile index e37aa22..6f77f38 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 diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index b2cb5b2..19f6f489 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -3,7 +3,7 @@ # Date created: 11 November 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1999/01/22 21:34:35 nectar Exp $ +# $Id: Makefile,v 1.3 1999/05/01 02:19:07 steve Exp $ # DISTNAME= gtkballs-1.04 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= games/strategy MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 MAN6= gtkballs.6 diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 884a2b9..302d036 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -3,7 +3,7 @@ # Date created: 08 February 1999 # Whom: steve farrell # -# $Id: Makefile,v 1.2 1999/04/22 03:20:14 mharo Exp $ +# $Id: Makefile,v 1.3 1999/05/09 16:59:17 steve Exp $ # DISTNAME= xqf-0.8.99.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ MAINTAINER= steve@farrell.org RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -LIB_DEPENDS= gtk12:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes |