summaryrefslogtreecommitdiff
path: root/misc/vfu
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 21:38:32 +0000
committerroy <roy>2017-01-04 21:38:32 +0000
commitf5ec1385220529a2931093bf8a0282b54013b5c8 (patch)
tree31d6d22966a8600810234139b9f80c245fa7eb62 /misc/vfu
parenta7b73c5ab932c30e0e428e32e2bc7988cb044e5c (diff)
downloadpkgsrc-f5ec1385220529a2931093bf8a0282b54013b5c8.tar.gz
Use the curses framework.
Diffstat (limited to 'misc/vfu')
-rw-r--r--misc/vfu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index 5e3d4119f40..2435e860a2e 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2016/07/09 06:38:37 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2017/01/04 21:46:09 roy Exp $
#
DISTNAME= vfu-3.04
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= misc
MASTER_SITES= http://cade.datamax.bg/vfu/ \
${MASTER_SITE_SUNSITE:=utils/file/managers/}
@@ -15,6 +15,7 @@ COMMENT= Small, handy, easy-to-use file manager
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run
REPLACE_PERL+= rx/rx_*
+FAKE_NCURSES= yes
DOCDIR= ${PREFIX}/share/doc/vfu
EGDIR= ${PREFIX}/share/examples/vfu
@@ -39,5 +40,5 @@ post-install:
cd ${WRKSRC} && \
${INSTALL_DATA} ${WRKSRC}/vfu.conf ${DESTDIR}${EGDIR}/vfu.conf
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"