diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-03 06:31:41 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-03 06:31:41 +0000 |
commit | afa2d1555da449804a4710f173352957b0c4aaee (patch) | |
tree | c213dcaea40608bd8c3cba82c1144185fe76dcf2 /graphics/gnash-devel | |
parent | c7ca26e0c1f8cec386d43ad8d8b312be6d58beb0 (diff) | |
download | FreeBSD-ports-afa2d1555da449804a4710f173352957b0c4aaee.zip FreeBSD-ports-afa2d1555da449804a4710f173352957b0c4aaee.tar.gz |
- set PLUGIN on on all archs
PR: ports/103433
Submitted by: Dmitry Marakasov (maintainer)
Diffstat (limited to 'graphics/gnash-devel')
-rw-r--r-- | graphics/gnash-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 9dc6e08..80a9de8 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/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 |