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/rasqal/Makefile | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) | |
download | ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.tar.gz ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.zip |
Notes
Diffstat (limited to 'textproc/rasqal/Makefile')
-rw-r--r-- | textproc/rasqal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 27d5867b2814..5642386de44e 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -13,12 +13,11 @@ COMMENT= High-level interface for RDF LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ pcre:${PORTSDIR}/devel/pcre -USE_GNOME= gnomehack lthack +USE_GNOME= lthack USE_OPENSSL= yes -USE_PERL5_BUILD=yes -USES= pkgconfig +USE_PERL5= build +USES= gmake pathfix pkgconfig perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes MAN1= rasqal-config.1 roqet.1 |