diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-12 20:33:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-12 20:33:00 +0000 |
commit | 328a35f96fe7ec11093e3847c0943eb3a41f2b51 (patch) | |
tree | 154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /mail | |
parent | 8848ee6991e29c3c0d97e1c89906ee2b34645484 (diff) | |
download | pkgsrc-328a35f96fe7ec11093e3847c0943eb3a41f2b51.tar.gz |
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt/Makefile | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 1968bdba539..6d14308a30a 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/06/11 06:34:40 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/06/12 20:33:04 jlam Exp $ DISTNAME= cyrus-imapd-1.6.24 PKGNAME= ${DISTNAME}nb1 @@ -54,7 +54,6 @@ CONFIGURE_ARGS+= --with-auth=unix CONFIGURE_ARGS+= --without-krb .endif -CONFIGURE_ENV+= LIBS="${LIBS}" LIBS+= `sasl-config --libs` DEINSTALL_FILE= ${WRKDIR}/DEINSTALL diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 34c4d5dffcc..0bbc62f0486 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:41 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/12 20:33:04 jlam Exp $ DISTNAME= mutt-1.3.18i CATEGORIES= mail @@ -15,8 +15,8 @@ DEPENDS+= libiconv>=1.5:../../converters/libiconv USE_LIBINTL= YES CPPFLAGS+= -I${LOCALBASE}/include -MAKE_ENV+= LIBS=-lintl -CONFIGURE_ENV+= LIBS=-lintl +LIBS= -lintl +MAKE_ENV+= LIBS="${LIBS}" GNU_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9ae0541cc97..e85f296ba93 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2001/06/11 06:34:41 jlam Exp $ +# $NetBSD: Makefile,v 1.71 2001/06/12 20:33:05 jlam Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -17,8 +17,8 @@ BUILD_USES_MSGFMT= yes USE_LIBINTL= YES CPPFLAGS+= -I${LOCALBASE}/include -MAKE_ENV+= LIBS=-lintl -CONFIGURE_ENV+= LIBS=-lintl +LIBS= -lintl +MAKE_ENV+= LIBS="${LIBS}" GNU_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \ |