diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 20:23:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 20:23:21 +0000 |
commit | 40400e6624e775b2eb03ee93ec47a528d4af9191 (patch) | |
tree | 7635db66349d0805822407471e8fe7f065d7123b /textproc/raptor/Makefile | |
parent | 4f35fc2f96ad75973276546bfe3cd4421cd2337b (diff) |
Notes
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index a4675c2ed212..a5f9a41234d4 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -7,7 +7,7 @@ # PORTNAME= raptor -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -20,7 +20,7 @@ LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ xmlparse.1:${PORTSDIR}/www/libwww USE_GETOPT_LONG= yes -USE_GNOME= glib20 gnomehack gnometarget libxml2 +USE_GNOME= glib20 gnomehack gnometarget libxml2 lthack USE_LIBTOOL= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ |