diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-11-20 09:29:49 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-11-20 09:29:49 +0000 |
commit | b87cd97630e26689601b97af003ede988fd49205 (patch) | |
tree | 0b4adeede97a16a256eddf417626ae3de5e103f2 /x11-toolkits | |
parent | - Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-thread (diff) |
- Modify COMMENT for tk84, tk85, tk86 and corresponding -thread ports
Notes
Notes:
svn path=/head/; revision=244517
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk84-thread/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk85-thread/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk85/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk86-thread/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk86/Makefile | 2 |
6 files changed, 18 insertions, 3 deletions
diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile index 0eeca36e1989..391bd6b542a7 100644 --- a/x11-toolkits/tk84-thread/Makefile +++ b/x11-toolkits/tk84-thread/Makefile @@ -5,6 +5,11 @@ # $FreeBSD$ # +PORTNAME= tk + +MAINTAINER= mm@FreeBSD.org +COMMENT= Graphical toolkit for Tcl (threads support) + BUILDING_TK_THREADS= yes MASTERDIR= ${.CURDIR}/../tk84 diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 0812a309276c..fd5f0eb15d3f 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= mm@FreeBSD.org -COMMENT= Graphical toolkit for TCL +COMMENT?= Graphical toolkit for Tcl LATEST_LINK?= tk84 USE_XORG= x11 diff --git a/x11-toolkits/tk85-thread/Makefile b/x11-toolkits/tk85-thread/Makefile index fba21cbd4643..e292fb7bcb75 100644 --- a/x11-toolkits/tk85-thread/Makefile +++ b/x11-toolkits/tk85-thread/Makefile @@ -5,6 +5,11 @@ # $FreeBSD$ # +PORTNAME= tk + +MAINTAINER= mm@FreeBSD.org +COMMENT= Graphical toolkit for Tcl (threads support) + BUILDING_TK_THREADS= yes MASTERDIR= ${.CURDIR}/../tk85 diff --git a/x11-toolkits/tk85/Makefile b/x11-toolkits/tk85/Makefile index c84ecd945b55..3be03acafbc0 100644 --- a/x11-toolkits/tk85/Makefile +++ b/x11-toolkits/tk85/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= mm@FreeBSD.org -COMMENT= Graphical toolkit for TCL +COMMENT?= Graphical toolkit for Tcl LATEST_LINK?= tk85 USE_XORG= x11 diff --git a/x11-toolkits/tk86-thread/Makefile b/x11-toolkits/tk86-thread/Makefile index 15ae5b051072..518e869b3d40 100644 --- a/x11-toolkits/tk86-thread/Makefile +++ b/x11-toolkits/tk86-thread/Makefile @@ -5,6 +5,11 @@ # $FreeBSD$ # +PORTNAME= tk + +MAINTAINER= mm@FreeBSD.org +COMMENT= Graphical toolkit for Tcl (threads support) + BUILDING_TK_THREADS= yes MASTERDIR= ${.CURDIR}/../tk86 diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile index 71b11bdf1d6b..c74f6381d09a 100644 --- a/x11-toolkits/tk86/Makefile +++ b/x11-toolkits/tk86/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.b.1/b1/}-src MAINTAINER= mm@FreeBSD.org -COMMENT= Graphical toolkit for TCL +COMMENT?= Graphical toolkit for Tcl LATEST_LINK?= tk86 USE_XORG= x11 |