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 | |
parent | 3f69c28c5f96b57782b66acbdb4c4dd402568dce (diff) | |
download | freebsd-ports-6090f5b061381624b20578cfee768f3c45a5cfc8.zip |
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')
-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 |