aboutsummaryrefslogtreecommitdiff
path: root/mail/akpop3d
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 04:58:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 04:58:41 +0000
commit97accc70e24e26fd9da090709ddeb4599071c541 (patch)
treec51974c20cb5f58dc462c6b7596241740fd5e38e /mail/akpop3d
parent46b14da6d109d82135a4830be8cd17ef81dc38f0 (diff)
downloadports-97accc70e24e26fd9da090709ddeb4599071c541.tar.gz
ports-97accc70e24e26fd9da090709ddeb4599071c541.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk Approved by: krion
Notes
Notes: svn path=/head/; revision=88243
Diffstat (limited to 'mail/akpop3d')
-rw-r--r--mail/akpop3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile
index c199189942ea..5ae90d72a322 100644
--- a/mail/akpop3d/Makefile
+++ b/mail/akpop3d/Makefile
@@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
.if defined(WITH_SSL)
USE_OPENSSL= YES
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${OPENSSLBASE}/include" \
- LDFLAGS="-L${OPENSSLBASE}/lib -lssl -lcrypto"
+CONFIGURE_ENV= CPPFLAGS="-I${OPENSSLBASE}/include"
+LDFLAGS+= -L${OPENSSLBASE}/lib -lssl -lcrypto
.endif
do-install: