diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 21:38:32 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 21:38:32 +0000 |
commit | 77b7b276cf1839fdaf2e6340bc5b43fdc772b834 (patch) | |
tree | eacd5aa9e60630bf511812c79b9ae4377f639126 /misc/vfu | |
parent | 604b1a6cbf913cb4549579b88c50bdc0727c52ae (diff) | |
download | pkgsrc-77b7b276cf1839fdaf2e6340bc5b43fdc772b834.tar.gz |
Use the curses framework.
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 7 |
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" |