diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /textproc/docbook-xsl | |
parent | 549b6db4176fe494c57f28d6d061cda790a27887 (diff) | |
download | ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.gz ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.zip |
Notes
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 74191157ed6e..b1553d044f92 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr RUN_DEPENDS= docbook>=0:${PORTSDIR}/textproc/docbook \ xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes INSTDIR= share/xsl/docbook |