diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-10 21:19:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-10 21:19:18 +0000 |
commit | 2f10914064d3e0d9ec52461953d47c5dac9ae252 (patch) | |
tree | d9f2c8d2d536b9fffb8248cfd685a7db9cbdbc0b /security/cvm | |
parent | 549df804835ba27d5fb53b6bb383347a2c89fe73 (diff) |
- Chase bglibs shlib bump
Notes
Notes:
svn path=/head/; revision=218366
Diffstat (limited to 'security/cvm')
-rw-r--r-- | security/cvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 522d5ea6a506..f3ec8a35d112 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvm PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://untroubled.org/${PORTNAME}/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Credential Validation Modules BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool15 -LIB_DEPENDS= bg.1:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= bg.2:${PORTSDIR}/devel/bglibs CONFLICTS= bglibs-1.00* |