aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland
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 /textproc/redland
parentd5133cb937921a563f36147694e3249a28fc06f4 (diff)
downloadports-c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2.tar.gz
ports-c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Notes
Notes: svn path=/head/; revision=88236
Diffstat (limited to 'textproc/redland')
-rw-r--r--textproc/redland/Makefile4
1 files changed, 2 insertions, 2 deletions
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