diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 13:23:10 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 13:23:10 +0800 |
commit | 6b858f7dee09a58e39625ce488c8bccc00e859cb (patch) | |
tree | b11744c10dd2b92dbe297cebfd655250855a4c3b /sysutils/apcupsd | |
parent | 8bad2f31f7d330400081a24f5d9367f6f6885aef (diff) | |
download | freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.gz freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.zst freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.zip |
Chase shlib version bump of net-snmp.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 542cf787b033..f4f4d770ddf5 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.10.18 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -59,7 +59,7 @@ CONFIGURE_ARGS+=--enable-master-slave .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp .endif |