- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr
This commit is contained in:
Pav Lucistnik
2008-04-09 13:42:26 +00:00
parent 94169091b9
commit 92b220fa9c
175 changed files with 179 additions and 179 deletions

View File

@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --enable-tempstore=yes
TCL_V?= 8.4
MAKE_ARGS+= TCLSH=tclsh${TCL_V}
MAKE_ENV+= TCL_VER=${TCL_V}
CATEGORIES+= lang tcl${TCL_V:S/.//}
CATEGORIES+= lang tcl
LIB_DEPENDS+= tcl${TCL_V:S/.//}:${PORTSDIR}/lang/tcl${TCL_V:S/.//}
CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl${TCL_V}
PLIST_SUB+= WITH_TCLWRAPPER=""