summaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-25 10:05:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-25 10:05:14 +0000
commit41637d44471fe46421e251069fa3e5873a8f2846 (patch)
tree914722e7969fd12c2bcc70916125e14bf86fabc9 /lang/python26/Makefile
parentaudio/esound is now ELF. (diff)
tk80 has been ELFized.
Notes
Notes: svn path=/head/; revision=13387
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 8845def09639..468b678a4932 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/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