diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-12 08:20:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-12 08:20:37 +0800 |
commit | 1f9fbab30664f7ef01ec068a47b052db0db63a8f (patch) | |
tree | 7895df767689862d1e1423d4ed8b9b7d0611742f /games/xqf | |
parent | 20d86d5c784f68641dd42e2a9bcec92b52a3287b (diff) | |
download | freebsd-ports-gnome-1f9fbab30664f7ef01ec068a47b052db0db63a8f.tar.gz freebsd-ports-gnome-1f9fbab30664f7ef01ec068a47b052db0db63a8f.tar.zst freebsd-ports-gnome-1f9fbab30664f7ef01ec068a47b052db0db63a8f.zip |
wget dependency in games/xqf
games/xqf is using wget to get server info.
PR: ports/71834
Submitted by: No Name <arundel@h3c.de>
Diffstat (limited to 'games/xqf')
-rw-r--r-- | games/xqf/Makefile | 4 |
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 |