diff options
author | hubertf <hubertf> | 2000-06-15 11:29:38 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-06-15 11:29:38 +0000 |
commit | 18ccde7ea522e9c30388520d4351c213765cf231 (patch) | |
tree | 0f66e31b46cbf000c958b061111593a7a1992502 | |
parent | 2ff659f3417ec3882d87ac3653611580b8696566 (diff) | |
download | pkgsrc-18ccde7ea522e9c30388520d4351c213765cf231.tar.gz |
adjust DEPENDS
-rw-r--r-- | databases/oraedit/Makefile | 4 | ||||
-rw-r--r-- | japanese/king/Makefile | 4 | ||||
-rw-r--r-- | net/pchar/Makefile | 4 | ||||
-rw-r--r-- | print/lgrind/Makefile | 4 | ||||
-rw-r--r-- | www/bluefish/Makefile | 4 | ||||
-rw-r--r-- | www/php3-snmp/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile index 28bb45b2a21..24cf92a278a 100644 --- a/databases/oraedit/Makefile +++ b/databases/oraedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/01/31 14:03:00 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/15 11:31:40 hubertf Exp $ DISTNAME= oraedit-0.1.3 CATEGORIES= databases @@ -6,7 +6,7 @@ MASTER_SITES= http://www.ics.muni.cz/~dolecek/projects/python/oraedit/ MAINTAINER= jdolecek@netbsd.org -DEPENDS= python:../../lang/python +DEPENDS= python-1.5*:../../lang/python NO_CONFIGURE= 1 NO_BUILD= 1 diff --git a/japanese/king/Makefile b/japanese/king/Makefile index 7a82092481d..ae1dc4bd1d5 100644 --- a/japanese/king/Makefile +++ b/japanese/king/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/13 11:15:12 soren Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/15 11:30:35 hubertf Exp $ # DISTNAME= king-1.00-tb40-1 @@ -18,7 +18,7 @@ MIRROR_DISTFILE=no KINGDISTDIR?= /cdrom/linux DISTDIR= ${KINGDISTDIR} -DEPENDS= suse_base-6.1:../../emulators/suse_base +DEPENDS= suse_base>=6.1:../../emulators/suse_base EXTRACT_ONLY= # empty NO_BUILD= yes diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 8fcdbc3a5ff..7f0326dea04 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/06 02:38:36 soren Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/15 11:32:20 hubertf Exp $ DISTNAME= pchar-1.2 CATEGORIES= net @@ -17,7 +17,7 @@ BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --with-ipv6 .endif -DEPENDS+= ucd-snmp:../../net/ucd-snmp +DEPENDS+= ucd-snmp-*:../../net/ucd-snmp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 42236d1d5e8..8484f941156 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/16 14:34:10 agc Exp $ +# $NetBSD: Makefile,v 1.9 2000/06/15 11:30:56 hubertf Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jwise@netbsd.org -DEPENDS+= teTeX-1.0.6:../../print/teTeX +DEPENDS+= teTeX-1.0.*:../../print/teTeX USE_X11= yes MIRROR_DISTFILE=no diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index a95db175ef4..4d4bf7b161c 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/21 11:39:43 wulf Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/15 11:29:38 hubertf Exp $ # DISTNAME= bluefish-0.4 @@ -10,7 +10,7 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://bluefish.openoffice.nl/ BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext -DEPENDS+= gtk+-1.2.7:../../x11/gtk +DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= weblint-*:../../www/weblint diff --git a/www/php3-snmp/Makefile b/www/php3-snmp/Makefile index 37eed28924f..8e8d56e095f 100644 --- a/www/php3-snmp/Makefile +++ b/www/php3-snmp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1999/09/01 17:09:56 bad Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/15 11:32:40 hubertf Exp $ # PKGNAME= php-snmp-${PHP_VERSION} -DEPENDS+= ucd-snmp-3.6.1p1:../../net/ucd-snmp +DEPENDS+= ucd-snmp-*:../../net/ucd-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} |