diff options
author | kris <kris@FreeBSD.org> | 2004-05-03 07:58:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-03 07:58:07 +0800 |
commit | 8aba7add404894bab4e06d9a97f740774ca634b3 (patch) | |
tree | a9a21b07773a3ae37a7f7b7b611b490296e6eee2 /cad | |
parent | 1456b45556a5cc0b2b4170700225061701513427 (diff) | |
download | freebsd-ports-gnome-8aba7add404894bab4e06d9a97f740774ca634b3.tar.gz freebsd-ports-gnome-8aba7add404894bab4e06d9a97f740774ca634b3.tar.zst freebsd-ports-gnome-8aba7add404894bab4e06d9a97f740774ca634b3.zip |
unzip is only used in the install phase, so it's a BUILD_DEPENDS, not an
EXTRACT_DEPENDS
Diffstat (limited to 'cad')
-rw-r--r-- | cad/varkon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/varkon/Makefile b/cad/varkon/Makefile index c86997df39bd..6ed35fb06e6a 100644 --- a/cad/varkon/Makefile +++ b/cad/varkon/Makefile @@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free CAD system and applications development tool .ifndef NOPORTDOCS -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip .endif USE_GL= yes |