diff options
Diffstat (limited to 'lang/quack/Makefile')
-rw-r--r-- | lang/quack/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/quack/Makefile b/lang/quack/Makefile index 48bc120898f3..0ccc395fc908 100644 --- a/lang/quack/Makefile +++ b/lang/quack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= quack -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= lang scheme elisp MASTER_SITES= http://www.neilvandyke.org/quack/ DISTNAME= ${PORTNAME} @@ -16,8 +16,6 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced support for editing and running Scheme code -BROKEN= Size mismatch - RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget EMACS_PORT_NAME?= emacs21 |