aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libetpan/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-01 11:16:24 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-01 11:16:24 +0800
commitbd37777e0a9e15ea9afad73d2ab4591a15497564 (patch)
tree8a980635e9fc4a79f9d5d2478139acee8e96d646 /mail/libetpan/Makefile
parent9b0abce8e93b027ea769acf6a997a7953121179b (diff)
downloadfreebsd-ports-gnome-bd37777e0a9e15ea9afad73d2ab4591a15497564.tar.gz
freebsd-ports-gnome-bd37777e0a9e15ea9afad73d2ab4591a15497564.tar.zst
freebsd-ports-gnome-bd37777e0a9e15ea9afad73d2ab4591a15497564.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Diffstat (limited to 'mail/libetpan/Makefile')
-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>