pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/opencobol



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 15:42:59 UTC 2017

Modified Files:
        pkgsrc/lang/opencobol: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/opencobol/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/opencobol/Makefile
diff -u pkgsrc/lang/opencobol/Makefile:1.30 pkgsrc/lang/opencobol/Makefile:1.31
--- pkgsrc/lang/opencobol/Makefile:1.30 Tue Aug 18 07:31:10 2015
+++ pkgsrc/lang/opencobol/Makefile      Thu Jan  5 15:42:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/08/18 07:31:10 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/05 15:42:59 roy Exp $
 #
 
 DISTNAME=      open-cobol-1.1
@@ -37,6 +37,6 @@ SUBST_SED.bdb+=               -e 's,ncurses,curses,g'
 .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