svn commit: r312555 - head/x11-toolkits/blt

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 19 11:38:03 UTC 2013


Author: gahr
Date: Tue Feb 19 11:38:02 2013
New Revision: 312555
URL: http://svnweb.freebsd.org/changeset/ports/312555

Log:
  - Set Tcl/Tk 86 as an invalid version for this port
  - While at it, trim Makefile headers

Modified:
  head/x11-toolkits/blt/Makefile

Modified: head/x11-toolkits/blt/Makefile
==============================================================================
--- head/x11-toolkits/blt/Makefile	Tue Feb 19 11:25:59 2013	(r312554)
+++ head/x11-toolkits/blt/Makefile	Tue Feb 19 11:38:02 2013	(r312555)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	blt
-# Date created:		22 September 1998
-# Whom:			Kenjiro Cho <kjc at csl.sony.co.jp>
-#
+# Created by: Kenjiro Cho <kjc at csl.sony.co.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	blt
 PORTVERSION=	2.4z
@@ -35,6 +31,7 @@ CFLAGS+=	-I${TK_INCLUDEDIR}/generic -I${
 MAKE_JOBS_SAFE=	yes
 
 USE_TK=		83+
+INVALID_TK_VER=	86
 USE_XORG=	x11
 
 post-install:


More information about the svn-ports-all mailing list