aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 03:59:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 03:59:50 +0000
commitc7dc6ed174ae81ea486988bb346d7f9bc2beb9d2 (patch)
tree772431205c28e4f0b798140c4517f64cce5597cd
parentd5133cb937921a563f36147694e3249a28fc06f4 (diff)
downloadports-c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2.tar.gz
ports-c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2.zip
Notes
-rw-r--r--textproc/rasqal/Makefile4
-rw-r--r--textproc/redland/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile
index 46afbebdc1c7..65ef6e62e763 100644
--- a/textproc/rasqal/Makefile
+++ b/textproc/rasqal/Makefile
@@ -26,8 +26,8 @@ LIBWWW_CONFIG?= ${LOCALBASE}/bin/libwww-config
USE_OPENSSL= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-bdb=${LOCALBASE} --with-libwww
INSTALLS_SHLIB= yes
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index 46afbebdc1c7..65ef6e62e763 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -26,8 +26,8 @@ LIBWWW_CONFIG?= ${LOCALBASE}/bin/libwww-config
USE_OPENSSL= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-bdb=${LOCALBASE} --with-libwww
INSTALLS_SHLIB= yes