diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-17 08:08:37 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-17 08:08:37 +0000 |
commit | 3504205166f965008bc7e9f91113644b4b2bbad4 (patch) | |
tree | ca472819418451983356726cd8d672957ac251f0 /textproc | |
parent | - Update to 2.32.0 (diff) |
- Add DOCS to OPTIONS_DEFINE
Reported by: tijl
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=315944
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/zorba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index f0a0ea3ad333..ad6564f7d44c 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= fop:${PORTSDIR}/textproc/fop WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= PHP PYTHON RUBY JAVA +OPTIONS_DEFINE= PHP PYTHON RUBY JAVA DOCS # Both install include/xqc.h CONFLICTS= xqilla-[0-9]* |