diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 09:11:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 09:11:36 +0800 |
commit | b53081e21cc19e73d3f5ff777249709d687aba9f (patch) | |
tree | 8eb60680f56850ebdcfa573fbd9ac5c13af587a9 /net-mgmt/irrtoolset/Makefile | |
parent | 8dc18fb86ae5c9022106ca7925f3491e7ea72b4b (diff) | |
download | freebsd-ports-gnome-b53081e21cc19e73d3f5ff777249709d687aba9f.tar.gz freebsd-ports-gnome-b53081e21cc19e73d3f5ff777249709d687aba9f.tar.zst freebsd-ports-gnome-b53081e21cc19e73d3f5ff777249709d687aba9f.zip |
Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
Diffstat (limited to 'net-mgmt/irrtoolset/Makefile')
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index e5f1951f7499..579ecc6835af 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/05 10:46:19 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/05/05 10:48:08 jfitz Exp $ # DISTNAME= RAToolSet-3.5.2 @@ -15,10 +15,12 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 +BROKEN= tcl + HAS_CONFIGURE= YES ALL_TARGET= depend all -CONFIGURE_ENV+= TCL_TK_INCLUDE_DIR=/usr/include/tcl:${PREFIX}/include \ +CONFIGURE_ENV= TCL_TK_INCLUDE_DIR=/usr/include/tcl:${PREFIX}/include \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ LD_TCL_TK_LIBS="-ltcl -ltk41" |