summaryrefslogtreecommitdiff
path: root/mail/libetpan
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 03:16:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 03:16:24 +0000
commit3fe2efa22848896e4395461fc35d57688f87cc60 (patch)
tree8ddf6e4afa8ba4661897efcf51e52fc90950fada /mail/libetpan
parentBug in audio/shout when using with SHOUTcast Server 1.9.2 (diff)
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Notes
Notes: svn path=/head/; revision=88232
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 0689f01c64fe..32ac4ea37223 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -20,8 +20,8 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
USE_OPENSSL= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db4 -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db4 -I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_SHLIB= yes
.include <bsd.port.mk>