summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-01 03:02:15 +0000
committerdinoex <dinoex@FreeBSD.org>2003-09-01 03:02:15 +0000
commit6449b70130ca21a2195f7bd573c278167bff36e6 (patch)
tree0ecfdd5be4b7ac65f981d99e4e7ca406ffe3c615
parent941719f8477d319131e85844c15cf36bca59cfcb (diff)
downloadFreeBSD-ports-6449b70130ca21a2195f7bd573c278167bff36e6.zip
FreeBSD-ports-6449b70130ca21a2195f7bd573c278167bff36e6.tar.gz
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
-rw-r--r--ftp/pavuk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index dc52951..faf63a6 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -24,8 +24,8 @@ USE_REINPLACE= yes
WANT_GNOME= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-locale-dir=${LOCALBASE}/share/locale \
--disable-debug --disable-gnome --enable-threads
OpenPOWER on IntegriCloud