summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortnn <tnn>2015-03-14 14:12:52 +0000
committertnn <tnn>2015-03-14 14:12:52 +0000
commit83a5e4d8e4278d3a0801a3fb8c54c29968b5afeb (patch)
treee8269bdba30c3b406683438709698c5409891e30 /mail
parentc587ebd9141eca869eb10e640df311946ff17d89 (diff)
downloadpkgsrc-83a5e4d8e4278d3a0801a3fb8c54c29968b5afeb.tar.gz
needs a curses implementation
Diffstat (limited to 'mail')
-rw-r--r--mail/mush/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile
index e061061de3e..587e6cc42bc 100644
--- a/mail/mush/Makefile
+++ b/mail/mush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/10/08 22:52:04 christos Exp $
+# $NetBSD: Makefile,v 1.27 2015/03/14 14:12:52 tnn Exp $
DISTNAME= mush-7.2.5
PKGNAME= mush-7.2.6.b4.pl1
@@ -50,4 +50,5 @@ pre-configure:
${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
${CP} ${WRKSRC}/${PLAT_MAKEFILE} ${WRKSRC}/Makefile
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"