aboutsummaryrefslogtreecommitdiff
path: root/lang/python24
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/python24
parent9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff)
downloadports-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz
ports-41637d44471fe46421e251069fa3e5873a8f2846.zip
tk80 has been ELFized.
Notes
Notes: svn path=/head/; revision=13387
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 8845def09639..468b678a4932 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/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