1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix spelling of $ARCH.

Reminded by:	kris
This commit is contained in:
David E. O'Brien 2006-09-11 06:03:55 +00:00
parent 2464d65d50
commit ddf0b1af99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172758
2 changed files with 6 additions and 6 deletions

View File

@ -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 "

View File

@ -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 "