diff options
-rw-r--r-- | lang/itcl/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/itk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 75d5a14e1b9c..08519fd6e294 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -16,7 +16,7 @@ DISTNAME= itcl${PORTVERSION} MAINTAINER= erik@smluc.org COMMENT= Object-oriented extension to Tcl [incr Tcl] -USE_TCL= 84+ +USE_TCL= 84 USE_LDCONFIG= yes MAKE_ENV+= ${PLIST_SUB} \ diff --git a/x11-toolkits/itk/Makefile b/x11-toolkits/itk/Makefile index a548caf4da10..15557e653240 100644 --- a/x11-toolkits/itk/Makefile +++ b/x11-toolkits/itk/Makefile @@ -18,7 +18,7 @@ COMMENT= Object-oriented extension to Tk [incr Tk] LIB_DEPENDS= itcl.${MAJOR}:${PORTSDIR}/lang/itcl -USE_TK= 84+ +USE_TK= 84 USE_LDCONFIG= yes MAKE_ENV+= ${PLIST_SUB} \ SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \ |