diff options
author | joerg <joerg> | 2007-05-21 10:01:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-05-21 10:01:44 +0000 |
commit | 28e576d498a1a66c95c5f7a2279ec7b2d7505d0d (patch) | |
tree | 33c8a68b5a094e277aa4a16f2d5d29ab0e3f73e7 /net | |
parent | 42c36116965183d9ab588a747e8f3d240bb17344 (diff) | |
download | pkgsrc-28e576d498a1a66c95c5f7a2279ec7b2d7505d0d.tar.gz |
Use relational pattern instead of [234].*. Bump revision.
Diffstat (limited to 'net')
-rw-r--r-- | net/nmapfe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index a4e756c1957..ef23aab8c0b 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.45 2007/02/22 19:26:57 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/05/21 10:01:44 joerg Exp $ # DISTNAME= nmap-4.20 PKGNAME= nmapfe-0.9.5 -PKGREVISION= 31 +PKGREVISION= 32 CATEGORIES= net security MASTER_SITES= http://insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,7 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://insecure.org/nmap/ COMMENT= Graphical front end to the nmap port scanner -DEPENDS+= nmap-[234].*:../../net/nmap +DEPENDS+= nmap>=2<5:../../net/nmap GNU_CONFIGURE= YES USE_TOOLS+= pkg-config |