diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-15 20:47:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-15 20:47:34 +0000 |
commit | 4c4e020d3640fd8d984db78120bad78a2e714de9 (patch) | |
tree | ca0ed86092679c5cf29f9be0c0ffb6a66b017c74 /textproc/rasqal/Makefile | |
parent | f2710475b36922603606b398768583dcfa47341e (diff) | |
download | ports-4c4e020d3640fd8d984db78120bad78a2e714de9.tar.gz ports-4c4e020d3640fd8d984db78120bad78a2e714de9.zip |
Notes
Diffstat (limited to 'textproc/rasqal/Makefile')
-rw-r--r-- | textproc/rasqal/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index cacd14813529..356d2a0d0c35 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/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 |