diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-14 23:14:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-14 23:14:37 +0000 |
commit | 0842552d47a2559890dfb1928c1b4e62c38d0bb7 (patch) | |
tree | be20794ea675e43a1b15d7edf01babf6699267b1 /lang/python+ipv6 | |
parent | df57bab0e5258b5b65fd2273f4fc3d18751c8e64 (diff) | |
download | ports-0842552d47a2559890dfb1928c1b4e62c38d0bb7.tar.gz ports-0842552d47a2559890dfb1928c1b4e62c38d0bb7.zip |
Notes
Diffstat (limited to 'lang/python+ipv6')
-rw-r--r-- | lang/python+ipv6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 7b7d74c2c53e..246b994dfad5 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ +# $Id: Makefile,v 1.6 1996/08/17 15:39:33 chuckr Exp $ # DISTNAME= python1.3 @@ -14,8 +14,7 @@ MASTER_SITES= ftp://www.python.org/pub/python/src/ \ MAINTAINER= jkh@FreeBSD.org -LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \ - tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes |