aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-15 20:47:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-15 20:47:34 +0000
commit4c4e020d3640fd8d984db78120bad78a2e714de9 (patch)
treeca0ed86092679c5cf29f9be0c0ffb6a66b017c74 /textproc/redland/Makefile
parentf2710475b36922603606b398768583dcfa47341e (diff)
downloadports-4c4e020d3640fd8d984db78120bad78a2e714de9.tar.gz
ports-4c4e020d3640fd8d984db78120bad78a2e714de9.zip
Notes
Diffstat (limited to 'textproc/redland/Makefile')
-rw-r--r--textproc/redland/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index cacd14813529..356d2a0d0c35 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= redland
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://librdf.org/dist/source/
@@ -39,15 +39,12 @@ USE_OPENSSL= yes
USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
-LIBTOOLFILES= configure raptor/configure rasqal/configure
+LIBTOOLFILES= configure rasqal/configure
-CPPFLAGS= -I${LOCALBASE}/include
+CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \
- --with-bdb-include="${LOCALBASE}/include/db${WITH_BDB_VER}" \
- --with-bdb-dbname="db${WITH_BDB_VER}" \
- --with-raptor=system \
+CONFIGURE_ARGS= --with-raptor=system \
--with-rasqal=internal \
--with-threestore=no