diff options
author | sat <sat@FreeBSD.org> | 2007-12-15 03:16:17 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-12-15 03:16:17 +0800 |
commit | 630336a017af3ef5a2aebbb10cc306989560a5f2 (patch) | |
tree | 7aec2c4f71437aee0ac4296fae9c39ab6d385cd0 /www/xpi-adblock | |
parent | 4bd90ae00d16aaee0dfcf94d1a774265c21d9b22 (diff) | |
download | freebsd-ports-gnome-630336a017af3ef5a2aebbb10cc306989560a5f2.tar.gz freebsd-ports-gnome-630336a017af3ef5a2aebbb10cc306989560a5f2.tar.zst freebsd-ports-gnome-630336a017af3ef5a2aebbb10cc306989560a5f2.zip |
Add support for linux-netscape-messenger/navigator into
XPI and NPAPI infrastructures.
Diffstat (limited to 'www/xpi-adblock')
-rw-r--r-- | www/xpi-adblock/Makefile.xpi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/xpi-adblock/Makefile.xpi b/www/xpi-adblock/Makefile.xpi index 03b48e5dbdf2..4144c553bbae 100644 --- a/www/xpi-adblock/Makefile.xpi +++ b/www/xpi-adblock/Makefile.xpi @@ -84,12 +84,14 @@ USE_ZIP= yes EXTRACT_AFTER_ARGS= -d ${WRKSRC} XPI_DISTNAME?= ${PORTNAME} -XPI_APPS_ALL_WC= *firefox* *thunderbird* *flock* *sunbird* +XPI_APPS_ALL_WC= *firefox* *thunderbird* *flock* *sunbird* \ + *netscape-navigator* *netscape-messenger* # *nvu* XPI_APPS_ALL= firefox firefox-devel linux-firefox linux-firefox-devel \ thunderbird linux-thunderbird flock linux-flock \ + linux-netscape-navigator linux-netscape-messenger \ sunbird linux-sunbird -# nvu linux-nvu +# nvu linux-nvu kompozer linux-kompozer # Other apps: mango # === Let's process WITH_XPI into WITH_XPI_APPS |