diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 17:20:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 17:20:45 +0800 |
commit | 38aecb67ab224f91b6613334e7cf0cbf27ca65fc (patch) | |
tree | 192da1d15c92c88aaee02e19656087b957c79d54 /misc | |
parent | 357ff848d6cc90183188b4ee22db4b438623fec6 (diff) | |
download | freebsd-ports-gnome-38aecb67ab224f91b6613334e7cf0cbf27ca65fc.tar.gz freebsd-ports-gnome-38aecb67ab224f91b6613334e7cf0cbf27ca65fc.tar.zst freebsd-ports-gnome-38aecb67ab224f91b6613334e7cf0cbf27ca65fc.zip |
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
install phase
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword-modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/sword-modules/Makefile b/misc/sword-modules/Makefile index fab68facdaac..f00ff980c9cd 100644 --- a/misc/sword-modules/Makefile +++ b/misc/sword-modules/Makefile @@ -18,6 +18,7 @@ MAINTAINER= wvengen@stack.nl COMMENT= Bible, lexicon and commentary modules for SWORD LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_BUILD= yes USE_ZIP= yes |