diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 03:20:15 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 03:20:15 +0000 |
commit | ea8bf9fcee9e100e8be464ca3555a2802c612253 (patch) | |
tree | 7d8e279bf68f3df8df1297b9a0c6731bd5a20933 /games/xqf/Makefile | |
parent | 54e96e07f08f115e65426b59bfc0fad00687f6bd (diff) | |
download | FreeBSD-ports-ea8bf9fcee9e100e8be464ca3555a2802c612253.zip FreeBSD-ports-ea8bf9fcee9e100e8be464ca3555a2802c612253.tar.gz |
Update to version 0.8.99.1
PR: 11269
Submitted by: "Daniel O'Connor" <doconnor@test2.gsoft.com.au
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r-- | games/xqf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index dddcfc6..eb78b36 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -3,17 +3,17 @@ # Date created: 08 February 1999 # Whom: steve farrell # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/03 02:09:41 steve Exp $ # -DISTNAME= xqf-0.8.7.2 +DISTNAME= xqf-0.8.99.1 CATEGORIES= games MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ MAINTAINER= steve@farrell.org RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -LIB_DEPENDS= gtk10:${PORTSDIR}/x11-toolkits/gtk10 +LIB_DEPENDS= gtk12:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes |