diff options
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 7f8e58dec7d3..4fbc4c77d074 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -8,6 +8,7 @@ PORTNAME= raptor PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -20,7 +21,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_GNOME= gnomehack gnometarget libxml2 USE_GETOPT_LONG= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ |