diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-07 14:39:50 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-07 14:39:50 +0000 |
commit | 9935674b8b0e2415237028add5f4a37c9e87413a (patch) | |
tree | 23497360980f587b85f1dee4f2d28ce718a905bd /net/bmon | |
parent | f3ee8a95c6cf4867d39b256b4233907b7909e9f6 (diff) | |
download | ports-9935674b8b0e2415237028add5f4a37c9e87413a.tar.gz ports-9935674b8b0e2415237028add5f4a37c9e87413a.zip |
Notes
Diffstat (limited to 'net/bmon')
-rw-r--r-- | net/bmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 01cb2f4a17e7..78dd1d401c6f 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmon PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/ @@ -32,7 +32,7 @@ BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool .endif .if defined(WITH_DBI) -LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= dbi.1:${PORTSDIR}/databases/libdbi .endif do-install: |