pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wml



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 09:27:54 UTC 2017

Modified Files:
        pkgsrc/www/wml: Makefile

Log Message:
USe the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/wml/Makefile

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

Modified files:

Index: pkgsrc/www/wml/Makefile
diff -u pkgsrc/www/wml/Makefile:1.45 pkgsrc/www/wml/Makefile:1.46
--- pkgsrc/www/wml/Makefile:1.45        Sat Jul  9 06:39:15 2016
+++ pkgsrc/www/wml/Makefile     Thu Jan  5 09:27:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/07/09 06:39:15 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/01/05 09:27:54 roy Exp $
 
 DISTNAME=      wml-2.0.11
 PKGREVISION=   5
@@ -40,6 +40,6 @@ pre-configure:
            cd ${WRKSRC}/$$i && autoreconf --force || exit 1; \
        done
 
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index