summaryrefslogtreecommitdiff
path: root/japanese/mutt
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-03 05:56:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-03 05:56:04 +0000
commitb5ecd341ab0f2e336debc7a75f001498b8c573f7 (patch)
treee0dd7c82f9bdbea1ba8669fe69f3aa56e9b1f8f8 /japanese/mutt
parentFix build on -CURRENT. (diff)
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk (maintainter contacted, no response yet) Approved by: marcus
Notes
Notes: svn path=/head/; revision=88411
Diffstat (limited to 'japanese/mutt')
-rw-r--r--japanese/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile
index 26a68585ef09..66ed03a43abb 100644
--- a/japanese/mutt/Makefile
+++ b/japanese/mutt/Makefile
@@ -47,8 +47,8 @@ USE_GMAKE= yes
USE_AUTOMAKE= yes
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}
-CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" \
- LDFLAGS=-L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
CONFIGURE_ARGS= --with-slang --enable-locales-fix \
--with-libiconv-prefix=${LOCALBASE} \
--without-wc-funcs \