1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Enable plug-in by default on AMD64 as www/flashplugin* are i386-only.

This commit is contained in:
David E. O'Brien 2006-09-10 00:11:27 +00:00
parent 4e119d25d6
commit 80e9e57472
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172657
2 changed files with 8 additions and 0 deletions

View File

@ -34,7 +34,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash"
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
--with-plugindir=${PLUGIN_DIR}
.if ${MACHINE_ARCH:L} == "amd64"
OPTIONS= PLUGIN "Enable firefox plugin" on
.else
OPTIONS= PLUGIN "Enable firefox plugin" off
.endif
.include <bsd.port.pre.mk>

View File

@ -34,7 +34,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash"
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
--with-plugindir=${PLUGIN_DIR}
.if ${MACHINE_ARCH:L} == "amd64"
OPTIONS= PLUGIN "Enable firefox plugin" on
.else
OPTIONS= PLUGIN "Enable firefox plugin" off
.endif
.include <bsd.port.pre.mk>