aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python-devel
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-10-15 07:14:37 +0800
committerasami <asami@FreeBSD.org>1996-10-15 07:14:37 +0800
commit9822824c0fd12dfc1f5b12a1f0a9f3ffca28ccb9 (patch)
tree45518e483db8d0c6065e495735a500800ca9c5d2 /lang/python-devel
parentb01a27135bcb3ea3fdce08d091efd8329608aa19 (diff)
downloadfreebsd-ports-gnome-9822824c0fd12dfc1f5b12a1f0a9f3ffca28ccb9.tar.gz
freebsd-ports-gnome-9822824c0fd12dfc1f5b12a1f0a9f3ffca28ccb9.tar.zst
freebsd-ports-gnome-9822824c0fd12dfc1f5b12a1f0a9f3ffca28ccb9.zip
Remove LIB_DEPENDS on tcl75, it seems to compile and run fine using
the tcl library in /usr/lib.
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