diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 17:09:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 17:09:21 +0800 |
commit | 591081e12d50ce8da39e0260e64629cadb602486 (patch) | |
tree | 18a7ca87384b652cf5e0a30c3343260d88b668c3 | |
parent | c6ed774685b6da800b88519674cf56f74856c303 (diff) | |
download | freebsd-ports-gnome-591081e12d50ce8da39e0260e64629cadb602486.tar.gz freebsd-ports-gnome-591081e12d50ce8da39e0260e64629cadb602486.tar.zst freebsd-ports-gnome-591081e12d50ce8da39e0260e64629cadb602486.zip |
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
install phase
-rw-r--r-- | textproc/docbook-xml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index bcdd329f2a9f..df8d276cf38a 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -17,6 +17,7 @@ COMMENT= XML version of the DocBook DTD RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip USE_ZIP= YES NO_BUILD= YES NO_WRKSUBDIR= YES |