diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-01 11:16:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-01 11:16:24 +0800 |
commit | bd37777e0a9e15ea9afad73d2ab4591a15497564 (patch) | |
tree | 8a980635e9fc4a79f9d5d2478139acee8e96d646 /mail/libetpan/Makefile | |
parent | 9b0abce8e93b027ea769acf6a997a7953121179b (diff) | |
download | freebsd-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/Makefile | 4 |
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> |