diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 05:14:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 05:14:42 +0000 |
commit | 0fbe6ff262640c08ea8c0b7818b29858d96f64b2 (patch) | |
tree | b3aeb16dc98963aa4468921b857b0140046d145c | |
parent | Update to 7.0.3. (diff) |
move BUILD_DEPENDS to EXTRACT_DEPENDS
Noticed by: YAPHR
Notes
Notes:
svn path=/head/; revision=147072
-rw-r--r-- | games/quake2-data/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake2-data/Makefile b/games/quake2-data/Makefile index 49a634c04cb0..887cb63e049b 100644 --- a/games/quake2-data/Makefile +++ b/games/quake2-data/Makefile @@ -7,6 +7,7 @@ PORTNAME= data PORTVERSION= 3.20 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/ \ ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/ @@ -16,7 +17,7 @@ DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= alejandro@varnet.biz COMMENT= Quake II data files -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip NO_BUILD= yes NO_WRKSUBDIR= yes |