diff options
-rw-r--r-- | graphics/gnash-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 9606503ae0e6..6a07b6711d1a 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -59,6 +59,7 @@ CPPFLAGS+= `firefox-config --cflags` LDFLAGS+= `firefox-config --libs` PLIST_SUB= PLUGIN:="" .else +CONFIGURE_ARGS+= --disable-reader PLIST_SUB= PLUGIN:="@comment " .endif diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 9606503ae0e6..6a07b6711d1a 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -59,6 +59,7 @@ CPPFLAGS+= `firefox-config --cflags` LDFLAGS+= `firefox-config --libs` PLIST_SUB= PLUGIN:="" .else +CONFIGURE_ARGS+= --disable-reader PLIST_SUB= PLUGIN:="@comment " .endif |