summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 00:20:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 00:20:37 +0000
commitfdc3869dba6864a5cd1c673ed53d84fa685070ef (patch)
tree4c97c7840924a3df08b92dbdc9e680ce56644f0d /games
parentcheck that at least gettext 0.13 is installed (diff)
wget dependency in games/xqf
games/xqf is using wget to get server info. PR: ports/71834 Submitted by: No Name <arundel@h3c.de>
Notes
Notes: svn path=/head/; revision=118713
Diffstat (limited to 'games')
-rw-r--r--games/xqf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 84fb706779fc..f38e6f868913 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xqf
PORTVERSION= 0.9.14
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Find quake servers
-RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
+RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat \
+ wget:${PORTSDIR}/ftp/wget
USE_GNOME= gnometarget intlhack
USE_GETOPT_LONG= yes