portlint:
-Remove quotes from BROKEN.
This commit is contained in:
parent
6c75f2faa1
commit
c5662c853c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162528
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ INFO= goops guile-tut guile r5rs
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Does not install on ${ARCH}"
|
||||
BROKEN= Does not install on ${ARCH}
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ia64
|
||||
.endif
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ PREFIX?= ${X11BASE}
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64
|
||||
BROKEN= "Does not build on ia64"
|
||||
BROKEN= Does not build on ia64
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500023
|
||||
|
|
Loading…
Reference in a new issue