diff options
author | beat <beat@FreeBSD.org> | 2011-01-03 22:10:19 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-01-03 22:10:19 +0800 |
commit | 5a0b1ebc7ba8af2a14b6669fd08baefe7fe8b404 (patch) | |
tree | cb3e4ba25362460240186ce1142d7525a96b8e0e /www/firefox35-i18n | |
parent | f9b4ade78c48f93d31911b8627bdbba1490597f7 (diff) | |
download | freebsd-ports-gnome-5a0b1ebc7ba8af2a14b6669fd08baefe7fe8b404.tar.gz freebsd-ports-gnome-5a0b1ebc7ba8af2a14b6669fd08baefe7fe8b404.tar.zst freebsd-ports-gnome-5a0b1ebc7ba8af2a14b6669fd08baefe7fe8b404.zip |
- Set RUN_DEPENDS to appropriate Firefox version
- Bump PORTREVISION
PR: ports/142807
Submitted by: Dmitry <hanabana AT mail.ru>
Diffstat (limited to 'www/firefox35-i18n')
-rw-r--r-- | www/firefox35-i18n/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox35-i18n/Makefile b/www/firefox35-i18n/Makefile index 9963dc8f35e2..050ba30050d5 100644 --- a/www/firefox35-i18n/Makefile +++ b/www/firefox35-i18n/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox35-i18n PORTVERSION= 3.5.16 +PORTREVISION= 1 CATEGORIES= www MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -16,6 +17,7 @@ DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Firefox3.5 +USE_FIREFOX= 35 USE_XPI= *firefox3 USE_SUBMAKE= yes |