diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-01 22:02:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-01 22:02:08 +0800 |
commit | 1756008fe17ddbcbf650683fd67b03e5074ae5f7 (patch) | |
tree | ca57d22f94e24d66f3d56565e5984f5d922cd7d9 /mail | |
parent | 39e60668b18ee05bb66fad06ab6193d5a9fd446c (diff) | |
download | freebsd-ports-gnome-1756008fe17ddbcbf650683fd67b03e5074ae5f7.tar.gz freebsd-ports-gnome-1756008fe17ddbcbf650683fd67b03e5074ae5f7.tar.zst freebsd-ports-gnome-1756008fe17ddbcbf650683fd67b03e5074ae5f7.zip |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by: sheepkiller@cultdeadsheep.org
Diffstat (limited to 'mail')
-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 |