diff options
author | kris <kris@FreeBSD.org> | 2004-04-07 11:30:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-07 11:30:38 +0800 |
commit | cb0dee80994b6dcabfc6b5c80fa71ba310518b93 (patch) | |
tree | 7241593326d9c5cea5415076b52702bfdae79d80 /emulators | |
parent | a856b23e500fdab6f0a5cf460044920d79e9e2d0 (diff) | |
download | freebsd-ports-gnome-cb0dee80994b6dcabfc6b5c80fa71ba310518b93.tar.gz freebsd-ports-gnome-cb0dee80994b6dcabfc6b5c80fa71ba310518b93.tar.zst freebsd-ports-gnome-cb0dee80994b6dcabfc6b5c80fa71ba310518b93.zip |
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
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" |