aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/wsdlpull/Makefile4
-rw-r--r--www/wsdlpull/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile
index c31054c1c280..8e74587e9a3d 100644
--- a/www/wsdlpull/Makefile
+++ b/www/wsdlpull/Makefile
@@ -7,11 +7,10 @@
#
PORTNAME= wsdlpull
-PORTVERSION= 1.9.5.c
+DISTVERSION= 1.9.5c
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ WSDL Parser
@@ -20,6 +19,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
+USE_GETOPT_LONG=yes
WRKSRC= ${WRKDIR}/${DISTNAME:R}
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
diff --git a/www/wsdlpull/pkg-descr b/www/wsdlpull/pkg-descr
index f79dc52f2f6d..8e4a84986836 100644
--- a/www/wsdlpull/pkg-descr
+++ b/www/wsdlpull/pkg-descr
@@ -3,4 +3,4 @@ access WSDL elements. It has a library for parsing xml schemas and
validating instances. It uses xml pull parsing methodology,and is meant to
be semantically equivalent to WSDL4J.
-http://wsdlpull.sourceforge.net/
+WWW: http://wsdlpull.sourceforge.net/