summaryrefslogtreecommitdiff
path: root/mail/perdition
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
commit93cfaf9ad95b11897bbf43c11628f190c4574ec4 (patch)
tree21c2db28e841f4df4353d24ea43d8fb0293a0606 /mail/perdition
parent- Update to 2.3.1 (diff)
- Chase unixODBC shlib bump
Notes
Notes: svn path=/head/; revision=290490
Diffstat (limited to 'mail/perdition')
-rw-r--r--mail/perdition/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index e0be12b17f86..1518d3474f71 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perdition
PORTVERSION= 1.17.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail net security
MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/
@@ -138,7 +138,7 @@ PLIST_SUB+= OPENLDAP="@comment "
.if defined(WITH_ODBC)
CONFIGURE_ARGS+= --enable-odbc
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
PLIST_SUB+= ODBC=""
MAN8+= perditiondb_odbc_makedb.8
.else