pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/yap



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 16:33:58 UTC 2017

Modified Files:
        pkgsrc/lang/yap: Makefile

Log Message:
Use the curses framework


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/yap/Makefile

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

Modified files:

Index: pkgsrc/lang/yap/Makefile
diff -u pkgsrc/lang/yap/Makefile:1.23 pkgsrc/lang/yap/Makefile:1.24
--- pkgsrc/lang/yap/Makefile:1.23       Fri Jul  1 17:55:23 2016
+++ pkgsrc/lang/yap/Makefile    Thu Jan  5 16:33:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/01 17:55:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/05 16:33:58 roy Exp $
 
 DISTNAME=              yap-6.3.3
 PKGREVISION=           4
@@ -35,8 +35,8 @@ PLIST.horus=          yes
 .endif
 
 .include "../../archivers/libarchive/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index