summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-30 09:54:42 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-30 09:54:42 +0000
commit389975ca601cba06ff3f56b3d5b96e6a7480d41d (patch)
treebfe8c281b99255ef30bf2df4cbcc013053729637
parent33963de7943e24a72228bf0f071d5ae79b972180 (diff)
downloadpkgsrc-389975ca601cba06ff3f56b3d5b96e6a7480d41d.tar.gz
Use -[0-9]* instead of -* in dependencies. Bump revision.
-rw-r--r--net/netdisco/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile
index a9a6cc8d0dc..349750de641 100644
--- a/net/netdisco/Makefile
+++ b/net/netdisco/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2006/04/23 00:12:40 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/06/30 09:54:42 joerg Exp $
#
DISTNAME= netdisco-0.94_with_mibs
PKGNAME= netdisco-0.94
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/}
@@ -11,16 +11,16 @@ MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.netdisco.org/
COMMENT= Open Source web-based network management tool
-DEPENDS+= p5-SNMP-Info-*:../../net/p5-SNMP-Info
-DEPENDS+= p5-Apache-DBI-*:../../databases/p5-Apache-DBI
-DEPENDS+= p5-Apache-Session-*:../../www/p5-Apache-Session
-DEPENDS+= p5-DBD-postgresql-*:../../databases/p5-DBD-postgresql
-DEPENDS+= p5-DB_File-*:../../databases/p5-DB_File
-DEPENDS+= p5-MasonX-Request-WithApacheSession-*:../../www/p5-MasonX-Request-WithApacheSession
-DEPENDS+= p5-HTML-Parser-*:../../www/p5-HTML-Parser
-DEPENDS+= p5-Graph-*:../../devel/p5-Graph
-DEPENDS+= p5-GraphViz-*:../../graphics/p5-GraphViz
-DEPENDS+= p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-SNMP-Info-[0-9]*:../../net/p5-SNMP-Info
+DEPENDS+= p5-Apache-DBI-[0-9]*:../../databases/p5-Apache-DBI
+DEPENDS+= p5-Apache-Session-[0-9]*:../../www/p5-Apache-Session
+DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
+DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
+DEPENDS+= p5-MasonX-Request-WithApacheSession-[0-9]*:../../www/p5-MasonX-Request-WithApacheSession
+DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph
+DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
+DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}