diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-01 11:59:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-01 11:59:50 +0800 |
commit | c361229f6cbe8f2b6ffd14ddb9f957305f88f572 (patch) | |
tree | 70f608673d1993e9a2410ec1575d113f569c09df /textproc/rasqal | |
parent | 79985e264b07cb0a5b591525a2cf226408636651 (diff) | |
download | freebsd-ports-graphics-c361229f6cbe8f2b6ffd14ddb9f957305f88f572.tar.gz freebsd-ports-graphics-c361229f6cbe8f2b6ffd14ddb9f957305f88f572.tar.zst freebsd-ports-graphics-c361229f6cbe8f2b6ffd14ddb9f957305f88f572.zip |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 46afbebdc1c..65ef6e62e76 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 |