diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:29:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:29:32 +0000 |
commit | 71ee8215e3cbf93e749ef21e2697a64c84bcdac4 (patch) | |
tree | 3423a9f4cb633407b933b8614d606e1655029cf5 /textproc/raptor | |
parent | bcbb29840d0e6d60e5caaeaf2a1531304ed81c6b (diff) | |
download | ports-71ee8215e3cbf93e749ef21e2697a64c84bcdac4.tar.gz ports-71ee8215e3cbf93e749ef21e2697a64c84bcdac4.zip |
Notes
Diffstat (limited to 'textproc/raptor')
-rw-r--r-- | textproc/raptor/Makefile | 10 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index de1e7e2a020c..2889fc322650 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -7,8 +7,7 @@ # PORTNAME= raptor -PORTVERSION= 0.9.10 -PORTREVISION= 0 +PORTVERSION= 0.9.11 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -17,12 +16,11 @@ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xmlparse.1:${PORTSDIR}/www/libwww \ - curl.2:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ + xmlparse.1:${PORTSDIR}/www/libwww USE_GETOPT_LONG= yes -USE_GNOME= gnomehack +USE_GNOME= glib20 gnomehack gnometarget libxml2 USE_LIBTOOL= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo index ffcfef9dd756..99c2c5325b86 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1 +1 @@ -MD5 (raptor-0.9.10.tar.gz) = 7c4a3b7fb9f3df3de0430cbcf022d1bc +MD5 (raptor-0.9.11.tar.gz) = 3ccb466690e126a01ddfe5fb759d01f7 |