summaryrefslogtreecommitdiff
path: root/lang/python-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-10-14 23:14:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-10-14 23:14:37 +0000
commit0842552d47a2559890dfb1928c1b4e62c38d0bb7 (patch)
treebe20794ea675e43a1b15d7edf01babf6699267b1 /lang/python-devel
parentmake gzip in post-install: target to depend on NOMANCOMPRESS. (diff)
Remove LIB_DEPENDS on tcl75, it seems to compile and run fine using
the tcl library in /usr/lib.
Notes
Notes: svn path=/head/; revision=3975
Diffstat (limited to 'lang/python-devel')
-rw-r--r--lang/python-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile
index 7b7d74c2c53e..246b994dfad5 100644
--- a/lang/python-devel/Makefile
+++ b/lang/python-devel/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