diff options
author | gabor <gabor@FreeBSD.org> | 2007-11-23 06:37:36 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-11-23 06:37:36 +0800 |
commit | 2a2da8b4b23ee9bea95b96c1fe2e75785fde065d (patch) | |
tree | 026dfb0436c09267d56c902afdc0ad5798e81d0b /textproc | |
parent | 33fc21150bcb6381ad79d8b0c496b087501abd33 (diff) | |
download | freebsd-ports-gnome-2a2da8b4b23ee9bea95b96c1fe2e75785fde065d.tar.gz freebsd-ports-gnome-2a2da8b4b23ee9bea95b96c1fe2e75785fde065d.tar.zst freebsd-ports-gnome-2a2da8b4b23ee9bea95b96c1fe2e75785fde065d.zip |
- Add back RUN_DEPENDS, which were removed during the next commit and it broke
the build
Reported by: pointyhat (via pav)
Approved by: portmgr (pav)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-410/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/docbook-410/Makefile b/textproc/docbook-410/Makefile index d7430cf6c877..9ebede0ac432 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 |