diff options
Diffstat (limited to 'net/tkined/Makefile')
-rw-r--r-- | net/tkined/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tkined/Makefile b/net/tkined/Makefile index 0db4d3698c2..a248261e65c 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:11:25 martti Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/18 09:52:32 wiz Exp $ # DISTNAME= scotty-2.1.11 @@ -12,7 +12,7 @@ HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ COMMENT= Graphical network discovery and monitoring tool based on scotty DEPENDS+= tk>=8.3.2:../../x11/tk -DEPENDS+= tcl-scotty-2.1.11:../../net/tcl-scotty +DEPENDS+= tcl-scotty>=2.1.11:../../net/tcl-scotty GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \ |