diff options
author | asami <asami@FreeBSD.org> | 1998-02-18 09:10:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-18 09:10:40 +0800 |
commit | 27e676d3423c638b6916574ca2b9844ab5f9f8e5 (patch) | |
tree | 389f60186710ce0fc5e1805ba77e4bd3b6318341 /net | |
parent | c8c4f8b6ba0c03c673ee894017d5a057ae3863cb (diff) | |
download | freebsd-ports-gnome-27e676d3423c638b6916574ca2b9844ab5f9f8e5.tar.gz freebsd-ports-gnome-27e676d3423c638b6916574ca2b9844ab5f9f8e5.tar.zst freebsd-ports-gnome-27e676d3423c638b6916574ca2b9844ab5f9f8e5.zip |
Yipes, in the procss of marking this port BROKEN, I broke it even
further by adding unquoted ()'s to the BROKEN string! (Now how's that
for recursive brokenness.)
Diffstat (limited to 'net')
-rw-r--r-- | net/scotty/Makefile | 4 | ||||
-rw-r--r-- | net/scotty3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 700bec93e72b..8a7f30de1f92 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.22 1998/02/12 22:50:36 phk Exp $ +# $Id: Makefile,v 1.23 1998/02/16 11:53:08 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -14,7 +14,7 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 -BROKEN= files/md5 and pkg/PLIST (at least) need to be updated too +BROKEN= 'files/md5 and pkg/PLIST (at least) need to be updated too' GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 700bec93e72b..8a7f30de1f92 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.22 1998/02/12 22:50:36 phk Exp $ +# $Id: Makefile,v 1.23 1998/02/16 11:53:08 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -14,7 +14,7 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 -BROKEN= files/md5 and pkg/PLIST (at least) need to be updated too +BROKEN= 'files/md5 and pkg/PLIST (at least) need to be updated too' GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 |