diff options
Diffstat (limited to 'www/preferential')
-rw-r--r-- | www/preferential/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile index b1b9dcaed47e..bee5b30c7d70 100644 --- a/www/preferential/Makefile +++ b/www/preferential/Makefile @@ -6,7 +6,7 @@ # PORTNAME= preferential -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.2 PORTREVISION= 5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZDEV} @@ -18,6 +18,8 @@ COMMENT= GUI interface to view & edit all ${GECKO} prefs PLIST_FILES= %%MOZDIR%%/chrome/preferential.jar +PORTSCOUT= skipv:0.8.2 + .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozex/Makefile.xpi" |