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 /textproc/docbook-310 | |
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 'textproc/docbook-310')
-rw-r--r-- | textproc/docbook-310/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/docbook-310/Makefile b/textproc/docbook-310/Makefile index 52cd54c8f79a..d4e207024608 100644 --- a/textproc/docbook-310/Makefile +++ b/textproc/docbook-310/Makefile @@ -20,6 +20,7 @@ COMMENT= V3.1 of the DocBook DTD, designed for technical documentation RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= yes NO_MTREE= yes EXTRACT_ONLY= # empty |