1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Shared linking of -lintl

PR:		18717
This commit is contained in:
Andrey A. Chernov 2000-05-23 11:40:19 +00:00
parent 81955c4e31
commit 5ebadc07ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28707
3 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \