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 /www/php3-snmp | |
parent | 2ff659f3417ec3882d87ac3653611580b8696566 (diff) | |
download | pkgsrc-18ccde7ea522e9c30388520d4351c213765cf231.tar.gz |
adjust DEPENDS
Diffstat (limited to 'www/php3-snmp')
-rw-r--r-- | www/php3-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |