diff options
author | ache <ache@FreeBSD.org> | 2000-05-23 19:40:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-23 19:40:19 +0800 |
commit | c31e7d3867a161cfd85b516ce0efef024612610a (patch) | |
tree | 3ea258e12ac3fae790004482f1296195938fc455 /mail | |
parent | 8a0ff758589bfd28829ca1f3d552f1afaef77a63 (diff) | |
download | freebsd-ports-gnome-c31e7d3867a161cfd85b516ce0efef024612610a.tar.gz freebsd-ports-gnome-c31e7d3867a161cfd85b516ce0efef024612610a.tar.zst freebsd-ports-gnome-c31e7d3867a161cfd85b516ce0efef024612610a.zip |
Shared linking of -lintl
PR: 18717
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 6bda5f8d54df..ee21426ca802 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/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 \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6bda5f8d54df..ee21426ca802 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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 \ 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 \ |