diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/imm/Makefile | 4 | ||||
-rw-r--r-- | net/scotty/Makefile | 4 | ||||
-rw-r--r-- | net/scotty3/Makefile | 4 | ||||
-rw-r--r-- | net/sdr/Makefile | 4 | ||||
-rw-r--r-- | net/ttt/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/net/imm/Makefile b/net/imm/Makefile index 303fead70bc8..14d16d94df94 100644 --- a/net/imm/Makefile +++ b/net/imm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 October 1994 # Whom: wollman # -# $Id: Makefile,v 1.18 1998/08/05 09:31:31 asami Exp $ +# $Id: Makefile,v 1.19 1998/08/07 23:56:35 asami Exp $ # DISTNAME= imm-3.5a1 @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/mnm MAINTAINER= fenner@freebsd.org -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 USE_X_PREFIX= yes diff --git a/net/scotty/Makefile b/net/scotty/Makefile index a959515a934f..81a56f9a0cf1 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.28 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.29 1998/08/18 19:48:42 hoek Exp $ # DISTNAME= scotty-2.1.8 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= phk@freebsd.org -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index a959515a934f..81a56f9a0cf1 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.28 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.29 1998/08/18 19:48:42 hoek Exp $ # DISTNAME= scotty-2.1.8 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= phk@freebsd.org -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ diff --git a/net/sdr/Makefile b/net/sdr/Makefile index 29db3c2b57eb..9c3a99931034 100644 --- a/net/sdr/Makefile +++ b/net/sdr/Makefile @@ -3,7 +3,7 @@ # Date created: 5 September 1996 # Whom: Bill Fenner <fenner@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1998/08/05 09:31:32 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/07 23:56:36 asami Exp $ # DISTNAME= sdr.V2.4a7n @@ -13,7 +13,7 @@ MASTER_SITES= http://north.east.isi.edu/sdr/ MAINTAINER= fenner@FreeBSD.org -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 NO_WRKSUBDIR= yes HAS_CONFIGURE= yes diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 11b273e7918f..aed9a9da115d 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,7 +3,7 @@ # Date created: 22 September 1998 # Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.7 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/22 09:39:55 kjc Exp $ # DISTNAME= ttt-1.3 @@ -15,7 +15,7 @@ MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. LIB_DEPENDS= BLT\\.2\\.4:${PORTSDIR}/x11-toolkits/blt \ tcl80\\.1:${PORTSDIR}/lang/tcl80 \ - tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 + tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes INSTALL_TARGET= install install-man |