diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:13:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:13:37 +0000 |
commit | 7a2528420abec3cdffb3f43bebdbdf5e7d41718c (patch) | |
tree | 6a98cc9436723934dc30e61dee1111be701b888e /textproc/docbook-xml/Makefile | |
parent | unzip is also a BUILD_DEPENDS since this port extracts a zip file in the (diff) |
Respect PORTSDIR
Diffstat (limited to '')
-rw-r--r-- | textproc/docbook-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index df8d276cf38a..5261a3d24cb7 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -17,7 +17,7 @@ COMMENT= XML version of the DocBook DTD RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr -BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= YES NO_BUILD= YES NO_WRKSUBDIR= YES |