diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/redland | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Notes
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index a67ed3b89304..2773065b80b9 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -13,14 +13,13 @@ LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ rasqal:${PORTSDIR}/textproc/rasqal USE_AUTOTOOLS= libltdl -USE_GNOME= gnomehack libxml2 lthack +USE_GNOME= libxml2 lthack USE_OPENSSL= yes -USE_PERL5_BUILD= yes -USES= pkgconfig:both +USE_PERL5= build +USES= gmake pathfix perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-raptor=system \ --with-threestore=no -USE_GMAKE= yes USE_LDCONFIG= yes MAN1= rdfproc.1 redland-config.1 \ |