diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 16:41:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 16:41:04 +0000 |
commit | f5ecfd4a7aef2d3d13c3fcd4e5b8811d97a26479 (patch) | |
tree | f5dce49a49c1ddf85806343475880ad2cb0b4801 /textproc/raptor/Makefile | |
parent | a063bcc1d4ede7bf07e13e2bc42e45c86a7391d0 (diff) | |
download | ports-f5ecfd4a7aef2d3d13c3fcd4e5b8811d97a26479.tar.gz ports-f5ecfd4a7aef2d3d13c3fcd4e5b8811d97a26479.zip |
Notes
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index f72ec5eaeec2..4f92b16bddf3 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -7,7 +7,7 @@ # PORTNAME= raptor -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -18,9 +18,9 @@ COMMENT= RDF Parser Toolkit for Redland LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl -USE_GNOME= gnomehack gnometarget libxml2 lthack +USE_GNOME= gnomehack gnometarget libxml2 USE_GETOPT_LONG= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ |