pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/opensource-cobol
Module Name: pkgsrc
Committed By: roy
Date: Thu Jan 5 15:46:06 UTC 2017
Modified Files:
pkgsrc/lang/opensource-cobol: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/opensource-cobol/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/opensource-cobol/Makefile
diff -u pkgsrc/lang/opensource-cobol/Makefile:1.7 pkgsrc/lang/opensource-cobol/Makefile:1.8
--- pkgsrc/lang/opensource-cobol/Makefile:1.7 Sun Dec 25 00:11:56 2016
+++ pkgsrc/lang/opensource-cobol/Makefile Thu Jan 5 15:46:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/12/25 00:11:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/05 15:46:06 roy Exp $
DISTNAME= opensource-cobol-1.5.1J-utf8
PKGNAME= ${DISTNAME:S/-utf8//}
@@ -37,6 +37,6 @@ INFO_FILES= yes
.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