diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:29:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:29:25 +0000 |
commit | b54b77fa86514ba06480f6ea22f36379d22cbde8 (patch) | |
tree | 262a5db58bff73f86c94d292d6eafdc8e48838a9 /lang/hugs/Makefile | |
parent | 57902f95836c2de93d5bb65cd20d7f6edf1cfdfd (diff) |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=480642
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} |