From fdc3869dba6864a5cd1c673ed53d84fa685070ef Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 12 Oct 2004 00:20:37 +0000 Subject: wget dependency in games/xqf games/xqf is using wget to get server info. PR: ports/71834 Submitted by: No Name --- games/xqf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3