aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2010-01-21 18:46:12 +0800
committergabor <gabor@FreeBSD.org>2010-01-21 18:46:12 +0800
commite28bc08ff9945f11557635a3b63b6f0fe49f4623 (patch)
treefda6ed01c7a0158a9218187d8468ab45120d3045
parent26daa89df643591393cd84da65fc7ec82b704d0c (diff)
downloadfreebsd-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>
-rw-r--r--textproc/docbook-310/Makefile1
-rw-r--r--textproc/docbook-410/Makefile1
2 files changed, 0 insertions, 2 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
diff --git a/textproc/docbook-410/Makefile b/textproc/docbook-410/Makefile
index 2e2357403334..31b1743cd716 100644
--- a/textproc/docbook-410/Makefile
+++ b/textproc/docbook-410/Makefile
@@ -20,7 +20,6 @@ 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