summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorroy <roy>2014-03-09 09:18:06 +0000
committerroy <roy>2014-03-09 09:18:06 +0000
commit8c63466eca1c69ca013b9d44abce4b7f6a0b8843 (patch)
tree9ec8a3ef6ced073404c90728b28af61894945d37 /mail
parent3858c0281aec2bd2ba1f7b02fa3c3acf50a195d3 (diff)
downloadpkgsrc-8c63466eca1c69ca013b9d44abce4b7f6a0b8843.tar.gz
Should use mk/curses
Diffstat (limited to 'mail')
-rw-r--r--mail/elmo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index 6b22dc1b1ec..0b48c3fa11b 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2014/02/12 23:18:07 tron Exp $
+# $NetBSD: Makefile,v 1.23 2014/03/09 09:18:06 roy Exp $
#
DISTNAME= elmo-1.3.2
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/}
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
# I get segmentation faults when not compiled with debug enabled
CONFIGURE_ARGS+= --enable-debug
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"