aboutsummaryrefslogtreecommitdiff
path: root/ftp/pavuk
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 03:02:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 03:02:15 +0000
commitbe9b6158694d56a0ad7af09df243e177cb0cbc4c (patch)
tree9246daeaf7a701ae4e0c9d1a05cffc4186e4be5a /ftp/pavuk
parentba6d67aeae137d4d4c1d14d48ba54842ee605c43 (diff)
downloadports-be9b6158694d56a0ad7af09df243e177cb0cbc4c.tar.gz
ports-be9b6158694d56a0ad7af09df243e177cb0cbc4c.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Notes
Notes: svn path=/head/; revision=88230
Diffstat (limited to 'ftp/pavuk')
-rw-r--r--ftp/pavuk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index dc52951479de..faf63a668dd0 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