diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-07-09 19:32:32 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-07-09 19:32:32 +0000 |
commit | 98fc96e2d1f289ec4bfef181f3f9b469c4cc580f (patch) | |
tree | a853c90791e5cb107df05a3d179f484c9db5f600 | |
parent | Modernize and simplify port (diff) |
Mark broken while restructuring the master port is ongoing
PR: 210866
Reported by: jrm@ftfl.ca (maintainer)
Notes
Notes:
svn path=/head/; revision=418290
-rw-r--r-- | math/libR/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libR/Makefile b/math/libR/Makefile index fa1433641cef..8e19a7c655aa 100644 --- a/math/libR/Makefile +++ b/math/libR/Makefile @@ -11,6 +11,6 @@ MASTERDIR= ${.CURDIR}/../R PLIST= ${.CURDIR}/pkg-plist PLIST_FILES= lib/R/lib/libR.a -BROKEN_powerpc64= Does not build +BROKEN= Transient breakage while restructuring the master port .include "${MASTERDIR}/Makefile" |