diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
commit | 1e7e0dce648295b207e28719bc9b1287596865a1 (patch) | |
tree | 47ecd11f6d933d6791e53ae0a54bb65389b9fd03 /audio/flac | |
parent | Fix pkg-plist introduced in my latest commit. (diff) |
portlint (whitespace cleanup)
Notes
Notes:
svn path=/head/; revision=92312
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 2b965ddf2ee0..046f3f66a691 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_REINPLACE= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --enable-sse --enable-3dnow \ --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" |