diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
commit | dbbf00416275070770d9e5699204815f28912444 (patch) | |
tree | 4ac9635418109e039475f07afaef5a2deacb3603 /textproc/rasqal/Makefile | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) | |
download | ports-dbbf00416275070770d9e5699204815f28912444.tar.gz ports-dbbf00416275070770d9e5699204815f28912444.zip |
Notes
Diffstat (limited to 'textproc/rasqal/Makefile')
-rw-r--r-- | textproc/rasqal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index e407bcb9bd78..854b7eea2d49 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -8,6 +8,7 @@ PORTNAME= rasqal PORTVERSION= 0.9.28 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -16,7 +17,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= A high-level interface for RDF LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.1:${PORTSDIR}/devel/pcre USE_GNOME= gnomehack lthack pkgconfig USE_OPENSSL= yes |