diff options
-rw-r--r-- | misc/sword-modules/Makefile | 1 | ||||
-rw-r--r-- | textproc/docbook-310/Makefile | 1 | ||||
-rw-r--r-- | textproc/docbook-400/Makefile | 1 | ||||
-rw-r--r-- | textproc/docbook-410/Makefile | 1 | ||||
-rw-r--r-- | textproc/docbook-420/Makefile | 1 | ||||
-rw-r--r-- | textproc/nfbtrans/Makefile | 1 |
6 files changed, 6 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 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 diff --git a/textproc/docbook-400/Makefile b/textproc/docbook-400/Makefile index effd27012b4b..76b6c79c58ea 100644 --- a/textproc/docbook-400/Makefile +++ b/textproc/docbook-400/Makefile @@ -20,6 +20,7 @@ COMMENT= V4.0 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 diff --git a/textproc/docbook-410/Makefile b/textproc/docbook-410/Makefile index dabd4d92e074..7670e191a746 100644 --- a/textproc/docbook-410/Makefile +++ b/textproc/docbook-410/Makefile @@ -21,6 +21,7 @@ COMMENT= V4.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 NO_BUILD= yes diff --git a/textproc/docbook-420/Makefile b/textproc/docbook-420/Makefile index 5937333cd069..4af953734219 100644 --- a/textproc/docbook-420/Makefile +++ b/textproc/docbook-420/Makefile @@ -20,6 +20,7 @@ COMMENT= V4.2 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 NO_BUILD= yes diff --git a/textproc/nfbtrans/Makefile b/textproc/nfbtrans/Makefile index 5dca3450646a..32a6a1024984 100644 --- a/textproc/nfbtrans/Makefile +++ b/textproc/nfbtrans/Makefile @@ -16,6 +16,7 @@ COMMENT= ASCII text to Grade Two braille translator RESTRICTED= "Unclear copyright status" +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= yes EXTRACT_BEFORE_ARGS= -q -a -L -o NO_WRKSUBDIR= yes |