diff options
author | nork <nork@FreeBSD.org> | 2006-04-01 22:46:50 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-04-01 22:46:50 +0800 |
commit | e177b05655b724bc346e9775d85d2dd73e3b4c1d (patch) | |
tree | 02814ce406cd2eb92533d3698680d868bd2fed2f /graphics/gnash | |
parent | f3060492d2c2cb82230439c4052a68bca85aee55 (diff) | |
download | freebsd-ports-gnome-e177b05655b724bc346e9775d85d2dd73e3b4c1d.tar.gz freebsd-ports-gnome-e177b05655b724bc346e9775d85d2dd73e3b4c1d.tar.zst freebsd-ports-gnome-e177b05655b724bc346e9775d85d2dd73e3b4c1d.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/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 |