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:
parent
2464d65d50
commit
ddf0b1af99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172758
@ -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 "
|
||||
|
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user