From e28bc08ff9945f11557635a3b63b6f0fe49f4623 Mon Sep 17 00:00:00 2001 From: gabor Date: Thu, 21 Jan 2010 10:46:12 +0000 Subject: - 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" --- textproc/docbook-310/Makefile | 1 - textproc/docbook-410/Makefile | 1 - 2 files changed, 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 -- cgit