diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-11 06:03:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-11 06:03:55 +0000 |
commit | ddf0b1af99e2be75e02d7e01ef9a5b4bf2ec770a (patch) | |
tree | 4b6011e6c923a5cf5844922f3db29ce8b745414a /graphics/gnash | |
parent | - Update to 5.0-1 (diff) |
Fix spelling of $ARCH.
Reminded by: kris
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 9777fba53db1..f2f201ff790d 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -34,14 +34,14 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} -.if ${MACHINE_ARCH:L} == "amd64" +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" OPTIONS= PLUGIN "Enable firefox plugin" on .else OPTIONS= PLUGIN "Enable firefox plugin" off .endif -.include <bsd.port.pre.mk> - .if !defined(WITH_PLUGIN) CONFIGURE_ARGS+= --disable-plugin PLIST_SUB+= PLUGIN="@comment " |