diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-16 03:07:41 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-16 03:07:41 +0000 |
commit | 929bae4a6f4bdae98f82674a684b038427bf333b (patch) | |
tree | 50f79233d651734ddc9992479843cb499c82f6f5 /www | |
parent | 6a24f1013bd2b6e7b382aed83144caaac91054b2 (diff) |
Notes
Diffstat (limited to 'www')
-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 |