diff options
Diffstat (limited to 'www/wsdlpull/Makefile')
-rw-r--r-- | www/wsdlpull/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile index f109348db845..487e0ab14b94 100644 --- a/www/wsdlpull/Makefile +++ b/www/wsdlpull/Makefile @@ -8,14 +8,14 @@ PORTNAME= wsdlpull PORTVERSION= 1.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= pgollucci@FreeBSD.org COMMENT= C++ WSDL Parser -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl MAKE_JOBS_SAFE= yes |