diff options
author | sno <sno@pkgsrc.org> | 2014-02-16 10:04:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2014-02-16 10:04:11 +0000 |
commit | 0a421f5d024383bde2f25c0156705fd6e6a47040 (patch) | |
tree | 77faa9a6c5cd73acee4072a39835b798659a2e95 /multimedia/libvpx | |
parent | 1fc24748d8f573dcfb93c45741ae8666667b19e6 (diff) | |
download | pkgsrc-0a421f5d024383bde2f25c0156705fd6e6a47040.tar.gz |
<jperkin> also indent the .*, so ". if .." and ". endif" for the internal ones
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r-- | multimedia/libvpx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index f29835a6b7c..b5fa4d63068 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/02/16 10:02:21 sno Exp $ +# $NetBSD: Makefile,v 1.39 2014/02/16 10:04:11 sno Exp $ DISTNAME= libvpx_1.3.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -27,10 +27,10 @@ CONFIGURE_ARGS+= --disable-unit-tests .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" -.if ${PKGSRC_COMPILER} == "gcc" && (${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS") +. if ${PKGSRC_COMPILER} == "gcc" && (${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS") # PR pkg/48508: GCC 4.4 or later is required to compile ssse3 code on NetBSD & Solaris. GCC_REQD= 4.4 -.endif +. endif BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm .endif |