diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 20:32:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 20:32:47 +0800 |
commit | 200bdc5e341bc045028275c3bf3ceb9abfbb431c (patch) | |
tree | 7213a78c40629a39bf36e5ff1a5b66849a6c8376 /audio/milkytracker | |
parent | 9c0f2f160259c500ffbe171033e923629f7c2ffa (diff) | |
download | freebsd-ports-gnome-200bdc5e341bc045028275c3bf3ceb9abfbb431c.tar.gz freebsd-ports-gnome-200bdc5e341bc045028275c3bf3ceb9abfbb431c.tar.zst freebsd-ports-gnome-200bdc5e341bc045028275c3bf3ceb9abfbb431c.zip |
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)
Diffstat (limited to 'audio/milkytracker')
-rw-r--r-- | audio/milkytracker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/milkytracker/Makefile b/audio/milkytracker/Makefile index 47bd4430b01c..7531d391a9d6 100644 --- a/audio/milkytracker/Makefile +++ b/audio/milkytracker/Makefile @@ -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: |