summaryrefslogtreecommitdiff
path: root/lang/tclX80
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-08-22 04:56:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-08-22 04:56:10 +0000
commitbbaa6f4d771cd0ba65799b8c7ad22598f9d27b5a (patch)
tree23d976bcb4ae74ba89b00e5b35759855237c544c /lang/tclX80
parentupdate MASTER_SITES (diff)
Brokon on 3.0-CURRENT and has no maintainer.
Notes
Notes: svn path=/head/; revision=7648
Diffstat (limited to 'lang/tclX80')
-rw-r--r--lang/tclX80/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile
index 0dd187423071..9cc0935eddf7 100644
--- a/lang/tclX80/Makefile
+++ b/lang/tclX80/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.13 1997/04/20 13:19:13 wosch Exp $
+# $Id: Makefile,v 1.14 1997/07/17 15:12:50 max Exp $
#
DISTNAME= tclX7.5.2
@@ -14,6 +14,11 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/
DEPENDS= ${TK_DIR}
LIB_DEPENDS= tk41\\.1:${TK_DIR}
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= "checking macro values from Config.mk... configure: error: Config.mk does not set TK_CONFIG to a valid path to tkConfig.sh"
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-tk