summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-03 17:19:11 +0000
committerroy <roy@pkgsrc.org>2017-01-03 17:19:11 +0000
commit3a6690b62a9053e0ab32b4a2233b2c3a6f4ce2b3 (patch)
treecea145c2a67f2a0ad314513931431fb7a262656d /editors
parent09ccef54ad9bd1366cf8185376ac66de5f9f98b1 (diff)
downloadpkgsrc-3a6690b62a9053e0ab32b4a2233b2c3a6f4ce2b3.tar.gz
Allow dhex to use system curses.
Diffstat (limited to 'editors')
-rw-r--r--editors/dhex/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile
index dfecb6d2f05..bafd83d6a26 100644
--- a/editors/dhex/Makefile
+++ b/editors/dhex/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2015/08/18 07:31:05 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/03 17:19:11 roy Exp $
DISTNAME= dhex_0.68
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://dettus.net/dhex/
MAINTAINER= amoibos@gmail.com
HOMEPAGE= http://www.dettus.net/dhex/
-COMMENT= The ncurses-based hex-editor with diff mode
+COMMENT= The curses-based hex-editor with diff mode
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
+FAKE_NCURSES= yes
MAN1= dhex.1
MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5
@@ -25,5 +26,5 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
.endfor
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"