diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-15 19:50:54 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-15 19:50:54 +0000 |
commit | 8a78aabe3247de86af34c29fda7c576e5e9cae90 (patch) | |
tree | 38e1b3459ab47821c711e977dd86863c218a1c27 /textproc/docbook2X | |
parent | b641caf81b0cda656ad6e6d9ce2102cb34ab8d09 (diff) | |
download | ports-8a78aabe3247de86af34c29fda7c576e5e9cae90.tar.gz ports-8a78aabe3247de86af34c29fda7c576e5e9cae90.zip |
Notes
Diffstat (limited to 'textproc/docbook2X')
-rw-r--r-- | textproc/docbook2X/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/docbook2X/Makefile b/textproc/docbook2X/Makefile index 5ce988688b06..3f82f5a37e54 100644 --- a/textproc/docbook2X/Makefile +++ b/textproc/docbook2X/Makefile @@ -7,7 +7,7 @@ PORTNAME= docbook2X PORTVERSION= 0.8.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF @@ -24,6 +24,8 @@ BUILD_DEPENDS= p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceS OpenSP>=0:${PORTSDIR}/textproc/opensp RUN_DEPENDS= ${BUILD_DEPENDS} +CONFLICTS= docbook-utils-* + GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes |