diff options
Diffstat (limited to 'www/firefox3/files/firefox3-plugin.pc')
-rw-r--r-- | www/firefox3/files/firefox3-plugin.pc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox3/files/firefox3-plugin.pc b/www/firefox3/files/firefox3-plugin.pc index 89a18e14885..f1d0f599f49 100644 --- a/www/firefox3/files/firefox3-plugin.pc +++ b/www/firefox3/files/firefox3-plugin.pc @@ -1,10 +1,10 @@ prefix=@PREFIX@ exec_prefix=@PREFIX@ -libdir=@PREFIX@/lib/firefox -includedir=@PREFIX@/include/firefox +libdir=@PREFIX@/lib/firefox3 +includedir=@PREFIX@/include/firefox3 Name: Mozilla Plug-In API Description: Mozilla Plug-In API Version: 3.0 -Requires: firefox-nspr >= 4.6.8 +Requires: firefox3-nspr >= 4.6.8 Cflags: -I${includedir} |