diff options
author | pav <pav@FreeBSD.org> | 2008-04-09 21:42:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-09 21:42:26 +0800 |
commit | 6e27510979996ab23155a609106b11633d910609 (patch) | |
tree | e2e30cb76d42ae00a21b82a4cfc5b2bacd1e3752 /databases/metakit | |
parent | 90610a8dfecfb2b85ec771b8794246a28f307ea0 (diff) | |
download | freebsd-ports-gnome-6e27510979996ab23155a609106b11633d910609.tar.gz freebsd-ports-gnome-6e27510979996ab23155a609106b11633d910609.tar.zst freebsd-ports-gnome-6e27510979996ab23155a609106b11633d910609.zip |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
Diffstat (limited to 'databases/metakit')
-rw-r--r-- | databases/metakit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 1831e5fd7954..b70671826430 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -43,13 +43,13 @@ PLIST_SUB+= WITH_PYTHON="@comment " .endif .if defined(METAKIT_WITH_TCL83) -CATEGORIES+= tcl83 +CATEGORIES+= tcl TCL_V= 8.3 TCL_SHORT_V= 83 .endif .if defined(METAKIT_WITH_TCL84) -CATEGORIES+= tcl84 +CATEGORIES+= tcl TCL_V= 8.4 TCL_SHORT_V= 84 .endif |