diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /devel/gsoap | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) | |
download | freebsd-ports-gnome-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz freebsd-ports-gnome-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.zst freebsd-ports-gnome-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip |
Chase security/libgcrypt update
Diffstat (limited to 'devel/gsoap')
-rw-r--r-- | devel/gsoap/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 9ab2bd24b91a..765bd55bb4a1 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: gsoap -# Date created: 8 March 2004 -# Whom: Sergey Matveychuk <sem@ciam.ru> -# +# Created by: Sergey Matveychuk <sem@ciam.ru> # $FreeBSD$ -# PORTNAME= gsoap PORTVERSION= 2.8.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -40,7 +37,7 @@ CONFIGURE_ARGS+=--disable-ssl .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error CONFIGURE_ARGS+=--enable-gnutls LDFLAGS+= -L${LOCALBASE}/lib |