diff options
author | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
commit | 3e16215ca52f8cd61aaaa501d4314bc6004ed4db (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /net/kmap | |
parent | 298540b97aa5e64368ae09c15957bbfe41b2b96a (diff) | |
download | pkgsrc-3e16215ca52f8cd61aaaa501d4314bc6004ed4db.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'net/kmap')
-rw-r--r-- | net/kmap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/kmap/Makefile b/net/kmap/Makefile index 796ce70de52..e90ab7a6094 100644 --- a/net/kmap/Makefile +++ b/net/kmap/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 18:19:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:31 fredb Exp $ # DISTNAME= kmap-0.5.6 +PKGREVISION= 1 CATEGORIES= kde net security MASTER_SITES= http://www.islc.net/~icszepp/kmap/ @@ -9,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.islc.net/~icszepp/kmap/ COMMENT= KDE based frontend for the popular portscanning utility nmap -DEPENDS+= kdebase-1.1.2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase DEPENDS+= nmap>=2.12:../../net/nmap USE_X11BASE= yes # To get this near KDE |