diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 41637d44471fe46421e251069fa3e5873a8f2846 (patch) | |
tree | 914722e7969fd12c2bcc70916125e14bf86fabc9 /lang/python30 | |
parent | 9ba3a62b82107ba1583f9c6b0be33dd35f65819a (diff) | |
download | ports-41637d44471fe46421e251069fa3e5873a8f2846.tar.gz ports-41637d44471fe46421e251069fa3e5873a8f2846.zip |
tk80 has been ELFized.
Notes
Notes:
svn path=/head/; revision=13387
Diffstat (limited to 'lang/python30')
-rw-r--r-- | lang/python30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 8845def09639..468b678a4932 100644 --- a/lang/python30/Makefile +++ b/lang/python30/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 |