diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-19 19:38:02 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-19 19:38:02 +0800 |
commit | 3a64f33e8b51aad28261b4ae1f5f001c498c55ba (patch) | |
tree | e16f69e771a50e35191e98963ace01e2af95e6cf /x11-toolkits | |
parent | 23e3a644a09f7eae0e2c5b705b4fe53bbbaf9eb0 (diff) | |
download | freebsd-ports-graphics-3a64f33e8b51aad28261b4ae1f5f001c498c55ba.tar.gz freebsd-ports-graphics-3a64f33e8b51aad28261b4ae1f5f001c498c55ba.tar.zst freebsd-ports-graphics-3a64f33e8b51aad28261b4ae1f5f001c498c55ba.zip |
- Set Tcl/Tk 86 as an invalid version for this port
- While at it, trim Makefile headers
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 3e9c174e048..d8a1a24ccb7 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: blt -# Date created: 22 September 1998 -# Whom: Kenjiro Cho <kjc@csl.sony.co.jp> -# +# Created by: Kenjiro Cho <kjc@csl.sony.co.jp> # $FreeBSD$ -# PORTNAME= blt PORTVERSION= 2.4z @@ -35,6 +31,7 @@ CFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix MAKE_JOBS_SAFE= yes USE_TK= 83+ +INVALID_TK_VER= 86 USE_XORG= x11 post-install: |