aboutsummaryrefslogtreecommitdiffstats
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/poco-ssl/Makefile2
-rw-r--r--devel/ptlib26/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile
index 171fb572d218..4f926d266fe0 100644
--- a/devel/poco-ssl/Makefile
+++ b/devel/poco-ssl/Makefile
@@ -8,7 +8,7 @@
PORTNAME= poco
PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= -ssl
diff --git a/devel/ptlib26/Makefile b/devel/ptlib26/Makefile
index 9f1b2cb2b76b..67f94eed7175 100644
--- a/devel/ptlib26/Makefile
+++ b/devel/ptlib26/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ptlib
PORTVERSION= 2.6.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Final/
DISTNAME= ptlib-${PORTVERSION}
@@ -55,7 +56,7 @@ ALL_TARGET= optshared
.if defined(WITH_ODBC)
CONFIGURE_ARGS+= --enable-odbc
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
.else
CONFIGURE_ARGS+= --disable-odbc
.endif