diff options
author | gabor <gabor@FreeBSD.org> | 2010-01-21 18:46:12 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-01-21 18:46:12 +0800 |
commit | e28bc08ff9945f11557635a3b63b6f0fe49f4623 (patch) | |
tree | fda6ed01c7a0158a9218187d8468ab45120d3045 /textproc/docbook-310 | |
parent | 26daa89df643591393cd84da65fc7ec82b704d0c (diff) | |
download | freebsd-ports-gnome-e28bc08ff9945f11557635a3b63b6f0fe49f4623.tar.gz freebsd-ports-gnome-e28bc08ff9945f11557635a3b63b6f0fe49f4623.tar.zst freebsd-ports-gnome-e28bc08ff9945f11557635a3b63b6f0fe49f4623.zip |
- Remove unzip from BUILD_DEPENDS, which is superfluous
- USE_ZIP is enough, it deals with unzip in 9.0-CURRENT, as well
PR: ports/142091
Submitted by: "YAMAMOTO, Shigeru" <shigeru@iij.ad.jp>
Diffstat (limited to 'textproc/docbook-310')
-rw-r--r-- | textproc/docbook-310/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/docbook-310/Makefile b/textproc/docbook-310/Makefile index cfbcccd3632f..6edc11dc0fd4 100644 --- a/textproc/docbook-310/Makefile +++ b/textproc/docbook-310/Makefile @@ -19,7 +19,6 @@ 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 |