diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-01 14:46:50 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-01 14:46:50 +0000 |
commit | 6090f5b061381624b20578cfee768f3c45a5cfc8 (patch) | |
tree | 985e47372503b3553f9edeb3c8d16ab820c61482 /graphics/gnash | |
parent | - Update to 1.9.5 (diff) |
Fix build error if firefox is installed.
Approved by: maintainer address bounced
<<< 550 Access from ip address XXX.XXX.XXX.XXX blocked. Visit http://win.mail.ru/cgi-bin/support_bl?ip=XXX.XXX.XXX.XXX
550 5.1.1 <amdmi3@mail.ru>... User unknown
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |