diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:09:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:09:21 +0000 |
commit | dd2aa793087b736c8352b112e885e0c35f152ef3 (patch) | |
tree | a17edc8609024b8e1ad4de69b4340a0e3f50f3da /textproc/docbook-xml | |
parent | 69c3ebac651f925f0705784409af3ad8cc453456 (diff) | |
download | ports-dd2aa793087b736c8352b112e885e0c35f152ef3.tar.gz ports-dd2aa793087b736c8352b112e885e0c35f152ef3.zip |
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
install phase
Notes
Notes:
svn path=/head/; revision=107561
Diffstat (limited to 'textproc/docbook-xml')
-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 |