diff options
author | des <des@FreeBSD.org> | 2007-12-30 07:16:50 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-12-30 07:16:50 +0800 |
commit | bf325766cdccb39eb4eef04f9a18a53bac884d47 (patch) | |
tree | a3b0b612815a2d045a9c5e825fc91a724f16cae7 /textproc | |
parent | f7d37859c5e8d5cfa4f21a29268d00c37e1a4a98 (diff) | |
download | freebsd-ports-gnome-bf325766cdccb39eb4eef04f9a18a53bac884d47.tar.gz freebsd-ports-gnome-bf325766cdccb39eb4eef04f9a18a53bac884d47.tar.zst freebsd-ports-gnome-bf325766cdccb39eb4eef04f9a18a53bac884d47.zip |
Drop dependency on wget, the port fetches and builds fine with fetch.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/javacc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile index 03c849565345..8645fc2fd536 100644 --- a/textproc/javacc/Makefile +++ b/textproc/javacc/Makefile @@ -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> |