handle package spec for MODTCL_VERSION=8.4

This commit is contained in:
sthen 2009-03-11 20:10:14 +00:00
parent a72238cd58
commit d76bfafd8a

View File

@ -1,10 +1,12 @@
# $OpenBSD: tcl.port.mk,v 1.4 2009/03/09 23:09:19 espie Exp $
# $OpenBSD: tcl.port.mk,v 1.5 2009/03/11 20:10:14 sthen Exp $
CATEGORIES += lang/tcl
MODTCL_VERSION ?= 8.5
.if ${MODTCL_VERSION} == 8.5
.if ${MODTCL_VERSION} == 8.4
_MODTCL_SPEC = tcl->=${MODTCL_VERSION},<8.5
.elif ${MODTCL_VERSION} == 8.5
_MODTCL_SPEC = tcl->=${MODTCL_VERSION},<8.6
.endif