diff options
author | ben <ben@pkgsrc.org> | 2004-10-18 18:25:49 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-10-18 18:25:49 +0000 |
commit | e91ac2c19c18f499ca0dc9c21e0c69a6e8d4f78c (patch) | |
tree | 32097ecbea6a2d3f64b44deff747e296233eff46 /audio/flac | |
parent | 82e114d8186fd73e4c44fa3cf1db35325772efa4 (diff) | |
download | pkgsrc-e91ac2c19c18f499ca0dc9c21e0c69a6e8d4f78c.tar.gz |
Correct platform from *-*-ppc to *-*-powerpc.
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 89b5670b5ea..8d4f8e89913 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/10/18 14:23:29 ben Exp $ +# $NetBSD: Makefile,v 1.29 2004/10/18 18:25:49 ben Exp $ DISTNAME= flac-1.1.1 PKGREVISION= 1 @@ -25,7 +25,7 @@ CONFIGURE_ENV+= ac_cv_path_XMMS_CONFIG="no" BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm .endif -.if !empty(MACHINE_PLATFORM:M*-*-ppc) +.if !empty(MACHINE_PLATFORM:M*-*-powerpc) .if ${OPSYS} != "Darwin" CONFIGURE_ARGS+= --disable-asm-optimizations CONFIGURE_ARGS+= --disable-altivec |