diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-04 18:43:09 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-04 18:43:09 +0800 |
commit | 3a008a43eed3c1c0439f6b307ef53672aead14c9 (patch) | |
tree | 954597884c3734a5fa9babd315a8f8306c4279f6 /x11-toolkits/blt | |
parent | 295d21d9460d33b52c0db3d2724efc2779562e0b (diff) | |
download | freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.tar.gz freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.tar.zst freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.zip |
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 9e0fb4a16426..3e9c174e0483 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -34,7 +34,7 @@ CFLAGS+= -Wall -Wno-uninitialized CFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix MAKE_JOBS_SAFE= yes -USE_TK= 82+ +USE_TK= 83+ USE_XORG= x11 post-install: |