summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authorroy <roy>2014-03-09 11:59:09 +0000
committerroy <roy>2014-03-09 11:59:09 +0000
commitb6b8b9cdda42c152ff2b7ff9e252532e22c0c1ae (patch)
treec10d81d1c169bf865daa8969394c6e347a6d8fdf /misc/dialog
parentc087abe2a29bb2306399791744d25399e9552098 (diff)
downloadpkgsrc-b6b8b9cdda42c152ff2b7ff9e252532e22c0c1ae.tar.gz
Use mk/curses instead of devel/ncurses
Diffstat (limited to 'misc/dialog')
-rw-r--r--misc/dialog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index 558edaa5db0..a956159449a 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2014/02/24 12:13:48 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2014/03/09 12:11:13 roy Exp $
DISTNAME= dialog-1.2-20140219
PKGNAME= ${DISTNAME:C/-2/.2/}
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://invisible-island.net/dialog/
EXTRACT_SUFX= .tgz
@@ -28,5 +29,5 @@ SUBST_MESSAGE.rpath= Fixing rpath in dialog-config
SUBST_SED.rpath= -e 's;-L\(.\);${_COMPILER_RPATH_FLAG}\1\{exec_prefix\}/lib -L\1;'
SUBST_STAGE.rpath= pre-configure
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"