diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
commit | ae9970fe43cc1c3f63b310294a2d948e2b84ec90 (patch) | |
tree | a1996dbfc607961fb7762b6126e062c7efb123ab /net-mgmt/zabbix2 | |
parent | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (diff) | |
download | ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.tar.gz ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.zip |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Notes
Notes:
svn path=/head/; revision=94222
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 5a544ab50cb7..f904bc604fed 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0b10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -21,7 +21,7 @@ PKGNAMESUFFIX= -agent PLIST= ${MASTERDIR}/pkg-plist.agent PKGMESSAGE= nonexistent .else -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp RUN_DEPENDS= php:${PORTSDIR}/lang/php4-nms USE_MYSQL= yes |