pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ucblogo
Module Name: pkgsrc
Committed By: roy
Date: Thu Jan 5 17:22:09 UTC 2017
Modified Files:
pkgsrc/lang/ucblogo: Makefile
Log Message:
Uses termcap, not curses.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/ucblogo/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/ucblogo/Makefile
diff -u pkgsrc/lang/ucblogo/Makefile:1.28 pkgsrc/lang/ucblogo/Makefile:1.29
--- pkgsrc/lang/ucblogo/Makefile:1.28 Mon Nov 9 07:18:34 2015
+++ pkgsrc/lang/ucblogo/Makefile Thu Jan 5 17:22:09 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2015/11/09 07:18:34 dholland Exp $
+# $NetBSD: Makefile,v 1.29 2017/01/05 17:22:09 roy Exp $
DISTNAME= ucblogo
PKGNAME= ${DISTNAME}-6.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.cs.berkeley.edu/~bh/downloads/
# Not at GNU mirrors yet
@@ -33,7 +33,7 @@ post-extract:
BUILDLINK_DEPMETHOD.libXt= build
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index