pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/vfu



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 21:46:09 UTC 2017

Modified Files:
        pkgsrc/misc/vfu: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/vfu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/vfu/Makefile
diff -u pkgsrc/misc/vfu/Makefile:1.56 pkgsrc/misc/vfu/Makefile:1.57
--- pkgsrc/misc/vfu/Makefile:1.56       Sat Jul  9 06:38:37 2016
+++ pkgsrc/misc/vfu/Makefile    Wed Jan  4 21:46:09 2017
@@ -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 
 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"



Home | Main Index | Thread Index | Old Index