diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-16 16:41:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-16 16:41:58 +0000 |
commit | bc3ddb9600563727983837792fac3c169daf2f53 (patch) | |
tree | 5d1a424dba70c0a649469e66dd8dba833290c0fd /www/mozex | |
parent | Add uim-prime. Uim plugin using PRIME input method. (diff) |
Mark DEPRECATED for Firefox's extensions.
Diffstat (limited to 'www/mozex')
-rw-r--r-- | www/mozex/Makefile.xpi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozex/Makefile.xpi b/www/mozex/Makefile.xpi index b8f5bf8a2b71..95558f57d055 100644 --- a/www/mozex/Makefile.xpi +++ b/www/mozex/Makefile.xpi @@ -31,6 +31,7 @@ MOZPORT!= ${BASENAME} ${MOZDIR} MOZLDIR= lib/${MOZPORT} .else # Firefox +DEPRECATED= "must be converted to include www/xpi-adblock/Makefile.xpi" PKGNAMESUFFIX= -firefox . if exists(${X11BASE}/lib) MOZDIR!= ${FIND} ${X11BASE}/lib -name firefox-bin -exec dirname {} \; | ${HEAD} -n 1 |