aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash-devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-09-10 00:11:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-09-10 00:11:27 +0000
commit80e9e57472c7321f5200c8f942240b51208caebf (patch)
treed620a375836789da22348f2bf15bed885f32124a /graphics/gnash-devel
parent4e119d25d6e401bffa774b7651e3abbb91e335f8 (diff)
downloadports-80e9e57472c7321f5200c8f942240b51208caebf.tar.gz
ports-80e9e57472c7321f5200c8f942240b51208caebf.zip
Notes
Diffstat (limited to 'graphics/gnash-devel')
-rw-r--r--graphics/gnash-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index 0a36eae4d246..9777fba53db1 100644
--- a/graphics/gnash-devel/Makefile
+++ b/graphics/gnash-devel/Makefile
@@ -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>