NOT_FOR_ARCH is the wrong spelling for NOT_FOR_ARCHS. But while
here, just change the line to the same form used for powerpc64. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
b814f1103a
commit
9b5691d2c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426237
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,6 @@ COMMENT= Music creation tool inspired by Fast Tracker 2
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
NOT_FOR_ARCH= powerpc
|
||||
|
||||
LIB_DEPENDS+= libjack.so:audio/jack \
|
||||
libzzip.so:devel/zziplib
|
||||
|
||||
|
@ -32,6 +30,7 @@ ICONS= carton.ico carton.png
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
BROKEN_powerpc= Does not build on powerpc
|
||||
BROKEN_powerpc64= Does not build on powerpc64
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue