summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-28 09:13:55 +0000
committerjlam <jlam@pkgsrc.org>2003-09-28 09:13:55 +0000
commita9f08159c4c0af15e82ca6fb41a8850722591616 (patch)
treeb1a9b04306449cc38e3d4129edeafafaad1022c1 /mail
parent1ca8ad6f23bc38fc047317770a7b81280c50d911 (diff)
downloadpkgsrc-a9f08159c4c0af15e82ca6fb41a8850722591616.tar.gz
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/pine/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index c90d5e1104b..b903b86304e 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2003/09/27 17:07:37 grant Exp $
+# $NetBSD: Makefile,v 1.104 2003/09/28 09:13:57 jlam Exp $
DISTNAME= mutt-1.4.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang}
. if ${MUTT_USE_NCURSES} == YES
USE_NCURSES= yes
. endif
-. include "../../mk/curses.buildlink2.mk"
+. include "../../devel/ncurses/buildlink2.mk"
CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses}
.endif
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 5626fa95939..aefd5152ad5 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2003/09/27 17:07:37 grant Exp $
+# $NetBSD: Makefile,v 1.79 2003/09/28 09:13:57 jlam Exp $
DISTNAME= pine4.58
PKGNAME= pine-4.58
@@ -87,7 +87,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/contrib/utils/* ${PREFIX}/share/pine/contrib/utils
${CHMOD} +x ${PREFIX}/share/pine/contrib/utils/*.sh
-.include "../../mk/curses.buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../editors/pico/buildlink2.mk"
.include "../../mail/imap-uw/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"