diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-12-06 10:01:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-12-06 10:01:57 +0000 |
commit | 4afdb4807f347778e8335c5949eb800a5b05a214 (patch) | |
tree | 77bfae768a035b8b3d652ac8e990214074d51d71 /lang | |
parent | 8ff39bbe7a18d03721b8acd7d865fc61a3fa8aad (diff) | |
download | ports-4afdb4807f347778e8335c5949eb800a5b05a214.tar.gz ports-4afdb4807f347778e8335c5949eb800a5b05a214.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index bfb40cfe900b..3289b6e36535 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.3.9 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 48ce6ff95626..00c64f6dd641 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -458,7 +458,7 @@ post-extract: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp . endif .endif diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2ebec85f8072..e0963c5001fc 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 5cab0e1de822..248df410681e 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -470,7 +470,7 @@ post-extract: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp . endif .endif diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 2ebec85f8072..e0963c5001fc 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 5cab0e1de822..248df410681e 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -470,7 +470,7 @@ post-extract: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp . endif .endif |