summaryrefslogtreecommitdiff
path: root/mail/mutt14
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-05-23 11:40:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-05-23 11:40:19 +0000
commit5ebadc07ca00e1de1dc77b0158241cb087ad8bf1 (patch)
tree43b95bfc2a86a224bc48d55cc5d4fa043187ea1e /mail/mutt14
parentActivate extace. (diff)
Shared linking of -lintl
PR: 18717
Notes
Notes: svn path=/head/; revision=28707
Diffstat (limited to 'mail/mutt14')
-rw-r--r--mail/mutt14/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 6bda5f8d54df..ee21426ca802 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -31,7 +31,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(BATCH)
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
@@ -55,6 +55,7 @@ RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview
DIST_SUBDIR= mutt
GNU_CONFIGURE= yes
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" LDFLAGS=-L${PREFIX}/lib
CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \
--with-sharedir=${PREFIX}/share/mutt \
--with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \