diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-13 12:34:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-13 12:34:30 +0000 |
commit | 782959ff84bcd518e398cbdf66f5c97ce7451afc (patch) | |
tree | bb436c196272e246b1321aa776ffd8fd44c95541 /net | |
parent | 3b2a0150a0944ebcb1203ab5527ebbb345d4a4e3 (diff) | |
download | pkgsrc-782959ff84bcd518e398cbdf66f5c97ce7451afc.tar.gz |
Wildcard dependency on nmap.
Diffstat (limited to 'net')
-rw-r--r-- | net/kmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kmap/Makefile b/net/kmap/Makefile index 4db5216416a..de24806458f 100644 --- a/net/kmap/Makefile +++ b/net/kmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/15 20:39:23 agc Exp $ +# $NetBSD: Makefile,v 1.7 2001/01/13 12:34:30 wiz Exp $ # DISTNAME= kmap-0.5.6 @@ -9,7 +9,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.islc.net/~icszepp/kmap/ DEPENDS+= kdebase-1.1.2:../../x11/kdebase -DEPENDS+= nmap-2.12:../../net/nmap +DEPENDS+= nmap>=2.12:../../net/nmap USE_X11BASE= yes # To get this near KDE GNU_CONFIGURE= yes |