diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 03:59:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 03:59:50 +0000 |
commit | c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2 (patch) | |
tree | 772431205c28e4f0b798140c4517f64cce5597cd /textproc/redland | |
parent | d5133cb937921a563f36147694e3249a28fc06f4 (diff) | |
download | ports-c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2.tar.gz ports-c7dc6ed174ae81ea486988bb346d7f9bc2beb9d2.zip |
Notes
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 4 |
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 |