diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-01-21 10:46:12 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-01-21 10:46:12 +0000 |
commit | b52b532c1a1b5d9929ff8c5dbd9ec6dc13f2f35b (patch) | |
tree | dd44ca439b9c8d7acff68b44434aa9eb596a5e0e /textproc/docbook-310 | |
parent | 2ed39eb21955dbee9258096b7f8ec7859301c8b9 (diff) | |
download | ports-b52b532c1a1b5d9929ff8c5dbd9ec6dc13f2f35b.tar.gz ports-b52b532c1a1b5d9929ff8c5dbd9ec6dc13f2f35b.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>
Notes
Notes:
svn path=/head/; revision=248265
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 |