diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 00:20:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 00:20:37 +0000 |
commit | fdc3869dba6864a5cd1c673ed53d84fa685070ef (patch) | |
tree | 4c97c7840924a3df08b92dbdc9e680ce56644f0d /games/xqf | |
parent | 56e52a12ffee3854a6847addd1c4ff135c629ccb (diff) | |
download | ports-fdc3869dba6864a5cd1c673ed53d84fa685070ef.tar.gz ports-fdc3869dba6864a5cd1c673ed53d84fa685070ef.zip |
Notes
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 |