diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 22:02:08 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 22:02:08 +0800 |
commit | 5af6fe0041378cf9a5ffd38bc3b3e932bf7fb2de (patch) | |
tree | b5e785c4788cc2bec9be3c00fa19d6b58bcf6df2 /mail/perdition | |
parent | 20d2afcb84ea5913ad11dc09b322d23145d0c984 (diff) | |
download | freebsd-ports-gnome-5af6fe0041378cf9a5ffd38bc3b3e932bf7fb2de.tar.gz freebsd-ports-gnome-5af6fe0041378cf9a5ffd38bc3b3e932bf7fb2de.tar.zst freebsd-ports-gnome-5af6fe0041378cf9a5ffd38bc3b3e932bf7fb2de.zip |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by: sheepkiller@cultdeadsheep.org
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index a63228117539..c28afa0700e1 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -29,8 +29,8 @@ MLINK= perdition.8 - perdition.pop3s.8 \ MANCOMPRESSED= no USE_LIBTOOL= YES -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= DOCSDIR=${DOCSDIR} INSTALLS_SHLIB= yes |