From 6090f5b061381624b20578cfee768f3c45a5cfc8 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura <nork@FreeBSD.org> Date: Sat, 1 Apr 2006 14:46:50 +0000 Subject: 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 --- graphics/gnash-devel/Makefile | 1 + graphics/gnash/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'graphics') 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 -- cgit v1.2.3