aboutsummaryrefslogtreecommitdiffstats
path: root/mail/perdition/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
committermiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
commit6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch)
tree129af67435aa0a4cfd90fba475742eeb65f0cf75 /mail/perdition/Makefile
parent6274c23598d5d3fd074cb54378c329d852660795 (diff)
downloadfreebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip
- Chase unixODBC shlib bump
Diffstat (limited to 'mail/perdition/Makefile')
-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