diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /devel | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 3 | ||||
-rw-r--r-- | devel/libzrtpcpp/Makefile | 4 | ||||
-rw-r--r-- | devel/srecord/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 158fa8c6c109..563b405c1fa3 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvirt PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ @@ -31,7 +32,7 @@ USE_PYTHON_BUILD= yes PLIST_SUB= PORTVERSION="-${PORTVERSION}" LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - gcrypt.17:${PORTSDIR}/security/libgcrypt \ + gcrypt.18:${PORTSDIR}/security/libgcrypt \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gnutls.47:${PORTSDIR}/security/gnutls diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index d8fe6614b89d..6b30155a10dc 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -7,7 +7,7 @@ PORTNAME= libzrtpcpp PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=ccrtp @@ -16,7 +16,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= ZRTP extension for GNU ccRTP LIB_DEPENDS= ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp \ - gcrypt.17:${PORTSDIR}/security/libgcrypt + gcrypt.18:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index 883b467699c5..5c55dc097e85 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -8,7 +8,7 @@ PORTNAME= srecord PORTVERSION= 1.50 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -16,7 +16,7 @@ MAINTAINER= abwang@gmail.com COMMENT= A collection of powerful tools for manipulating EPROM load files BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |