aboutsummaryrefslogtreecommitdiff
path: root/www/wsdlpull/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-11-10 13:25:50 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-11-10 13:25:50 +0000
commit34260c565be000123cbb35d446d6214550553e75 (patch)
tree231ff751de2528c01562871e82d74fbefbfa0608 /www/wsdlpull/Makefile
parent64ba4504f81a8448b26ed4a606982fe443c34e8f (diff)
downloadports-34260c565be000123cbb35d446d6214550553e75.tar.gz
ports-34260c565be000123cbb35d446d6214550553e75.zip
- Unbreak on 4.x: Set USE_GETOPT_LONG
- Use DISTVERSION instead of DISTNAME/PORTVERSION - Add WWW-tag
Notes
Notes: svn path=/head/; revision=147828
Diffstat (limited to 'www/wsdlpull/Makefile')
-rw-r--r--www/wsdlpull/Makefile4
1 files changed, 2 insertions, 2 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" \