diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-18 09:52:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-18 09:52:32 +0000 |
commit | 8b2b83024ea8fa20ecc42ec945b092a472c27eb1 (patch) | |
tree | 2c8f14e51bde81fe4f78c842a924711289ec8efe /net/tkined/Makefile | |
parent | 7729c624879743bdc3a7acbce2bfed4012ab66ad (diff) | |
download | pkgsrc-8b2b83024ea8fa20ecc42ec945b092a472c27eb1.tar.gz |
Wildcard tcl-scotty dependency.
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 \ |