summaryrefslogtreecommitdiff
path: root/security/nettle
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 18:45:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 18:45:41 +0000
commitbe6a9f559ac0b69eece75052dffb2ab038563d69 (patch)
treee035414458f5b5524a9a7fef3c4697fc7cb9b385 /security/nettle
parentUpdate to 1.1.3. Changes in this release: (diff)
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk Approved by: jim@corebsd.or.id
Notes
Notes: svn path=/head/; revision=88299
Diffstat (limited to 'security/nettle')
-rw-r--r--security/nettle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 876cc2a2f0b9..f6fb3929b209 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -22,8 +22,8 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
+LDFLAGS+= -L${LOCALBASE}/lib
post-extract:
@${RM} -f ${WRKSRC}/nettle.info*