diff options
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 8845def09639..468b678a4932 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.37 1998/07/28 06:59:45 tg Exp $ +# $Id: Makefile,v 1.38 1998/08/07 23:56:28 asami Exp $ # DISTNAME= pyth151 @@ -46,7 +46,7 @@ SETUP_FILE= Setup # WITH_TK?= yes .if defined(WITH_TK) && $(WITH_TK) == yes -TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +TK_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 SETUP_LOCAL= Setup.tk .endif |