diff options
Diffstat (limited to 'lang/hugs/Makefile')
-rw-r--r-- | lang/hugs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 03fa5c211bc8..b6ba63a223bf 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -11,11 +11,10 @@ DISTNAME= ${PORTNAME}-plus-${HUGS_DATE} MAINTAINER= haskell@FreeBSD.org COMMENT= Interpreter for the functional programming language Haskell 98 -BUILD_DEPENDS= bash:shells/bash - BROKEN_armv6= fails to compile: cppinput.c: invalid preprocessing directive \#! BROKEN_armv7= fails to compile: cppinput.c: invalid preprocessing directive \#! -BROKEN_powerpc64= fails to compile: cppinput.c: detected recursion whilst expanding macro "vector" + +BUILD_DEPENDS= bash:shells/bash WRKSRC= ${WRKDIR}/${DISTNAME} |