aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>