diff options
author | obrien <obrien@FreeBSD.org> | 1997-08-22 12:56:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-08-22 12:56:10 +0800 |
commit | 2f3bd54b6da92e386cdbc767ff34cc824fe5a67b (patch) | |
tree | afbf584b6c0ba330553d946b3531a3bf53dac416 /lang/tclX80 | |
parent | 2f072c49aafaf24297b2d9f58a5482f1d6bc2b63 (diff) | |
download | freebsd-ports-gnome-2f3bd54b6da92e386cdbc767ff34cc824fe5a67b.tar.gz freebsd-ports-gnome-2f3bd54b6da92e386cdbc767ff34cc824fe5a67b.tar.zst freebsd-ports-gnome-2f3bd54b6da92e386cdbc767ff34cc824fe5a67b.zip |
Brokon on 3.0-CURRENT and has no maintainer.
Diffstat (limited to 'lang/tclX80')
-rw-r--r-- | lang/tclX80/Makefile | 7 |
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 |