diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-06 07:48:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-06 07:48:48 +0000 |
commit | e99dfff86c47c2dc8dfeee871e08b8df00ab0846 (patch) | |
tree | 0c34bb3e1f4b6e6fe8c0e4203911c9c450dc0864 /x11-toolkits | |
parent | 05e6e3da0379a387c7320912d205408ac45c2d39 (diff) | |
download | ports-e99dfff86c47c2dc8dfeee871e08b8df00ab0846.tar.gz ports-e99dfff86c47c2dc8dfeee871e08b8df00ab0846.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 22d46d3b4722..705ca7c12e02 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -19,7 +19,7 @@ COMMENT= Graphical toolkit for TCL USE_TCL= 82 USE_TCL_BUILD= 82 -PORTSCOUT= skipv:8.2b1,8.2b2,8.2b3 +PORTSCOUT= limit:^8\.2\. LATEST_LINK= tk82 USE_XORG= x11 diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index f6b9e29fe473..f998b36f4906 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -19,7 +19,7 @@ COMMENT= Graphical toolkit for TCL USE_TCL= 83 USE_TCL_BUILD= 83 -PORTSCOUT= skipv:8.3b1,8.3b2,8.4.0 +PORTSCOUT= limit:^8\.3\. LATEST_LINK= tk83 USE_XORG= x11 |