Drop dependency on wget, the port fetches and builds fine with fetch.

This commit is contained in:
Dag-Erling Smørgrav 2007-12-29 23:16:50 +00:00
parent b2d37ed4d6
commit b48f683ee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204685

View File

@ -15,13 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}src
MAINTAINER= ports@FreeBSD.org
COMMENT= Java parser generator and lexical analyzer
FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
USE_JAVA= yes
USE_ANT= yes
DISABLE_SIZE= yes
FETCH_CMD= ${LOCALBASE}/bin/wget
FETCH_BEFORE_ARGS= --no-check-certificate
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>