diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-11-22 02:08:37 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-11-22 02:08:37 +0800 |
commit | 467fb98c4aa23cb7ddc67d44faf693d053855837 (patch) | |
tree | f2d6bf8f1577998ff26e87b0ee34620180f082c7 /audio/festalon | |
parent | 630636bfe5a142dc13feede29672dde4fb0e2eca (diff) | |
download | freebsd-ports-gnome-467fb98c4aa23cb7ddc67d44faf693d053855837.tar.gz freebsd-ports-gnome-467fb98c4aa23cb7ddc67d44faf693d053855837.tar.zst freebsd-ports-gnome-467fb98c4aa23cb7ddc67d44faf693d053855837.zip |
Remove powerpc from supported ARCH.
Notified by: portsmon
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index ccf9f1779991..3162ca5efaaf 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -25,7 +25,7 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -ONLY_FOR_ARCHS= i386 amd64 powerpc +ONLY_FOR_ARCHS= i386 amd64 .include <bsd.port.pre.mk> |