diff options
author | linimon <linimon@FreeBSD.org> | 2009-10-27 12:22:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-10-27 12:22:24 +0800 |
commit | f55d773a297bbdaedd4031e0e3ad58149dddfb70 (patch) | |
tree | d60c49638e21514f4e52953106705837569fb1d4 | |
parent | 70591aba6f1504ca03c1296be5f5c9286f58882c (diff) | |
download | freebsd-ports-graphics-f55d773a297bbdaedd4031e0e3ad58149dddfb70.tar.gz freebsd-ports-graphics-f55d773a297bbdaedd4031e0e3ad58149dddfb70.tar.zst freebsd-ports-graphics-f55d773a297bbdaedd4031e0e3ad58149dddfb70.zip |
The correct spelling of the PowerPC arch is "powerpc", not "ppc".
Hat: portmgr
-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 36892fd4fe3..20003b6f948 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -ONLY_FOR_ARCHS= i386 ppc +ONLY_FOR_ARCHS= i386 powerpc .include <bsd.port.pre.mk> |