pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gnucobol



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 15:36:24 UTC 2017

Modified Files:
        pkgsrc/lang/gnucobol: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gnucobol/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/gnucobol/Makefile
diff -u pkgsrc/lang/gnucobol/Makefile:1.4 pkgsrc/lang/gnucobol/Makefile:1.5
--- pkgsrc/lang/gnucobol/Makefile:1.4   Sat Oct 15 13:40:40 2016
+++ pkgsrc/lang/gnucobol/Makefile       Thu Jan  5 15:36:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/10/15 13:40:40 wen Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/05 15:36:24 roy Exp $
 #
 
 DISTNAME=      gnu-cobol-2.0_rc-1
@@ -30,6 +30,6 @@ CONFIGURE_ENV+=               cobdb=${BDB_TYPE}
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index