diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-03 06:31:41 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-03 06:31:41 +0000 |
commit | 667c5f7c5078eb6b9e437833a0226ec80390948e (patch) | |
tree | 83576a19fe14174ac250d1d8bd1846d8ec5bffb4 /graphics/gnash | |
parent | Katapult is a KDE application that gives you faster access to (diff) |
- set PLUGIN on on all archs
PR: ports/103433
Submitted by: Dmitry Marakasov (maintainer)
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 9dc6e080ce0e..80a9de8726e3 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -36,13 +36,9 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} -.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 |