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-devel | |
parent | 2464d65d507562b50c16c195fef087bcbb2aa449 (diff) |
Fix spelling of $ARCH.
Reminded by: kris
Notes
Notes:
svn path=/head/; revision=172758
Diffstat (limited to 'graphics/gnash-devel')
-rw-r--r-- | graphics/gnash-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 9777fba53db1..f2f201ff790d 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/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 " |