diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-07 03:30:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-07 03:30:38 +0000 |
commit | dce76747352e36d08a74c52ea96f35125003e1a4 (patch) | |
tree | 4938c7afe8509a394e4ef23898b1f595126f001f /emulators | |
parent | d3f145c4bf1cf6ff16a336b13886ffb458699ed5 (diff) |
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=106369
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xgs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index 160edaa398a9..c492304f38fa 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= xgs050.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Apple IIGS emulator stable release -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip DIST_SUBDIR= xgs RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed" |