diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-06-11 15:11:00 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-06-11 15:11:00 +0800 |
commit | cb04522f575755994014bef16a724cecc0a3930a (patch) | |
tree | 6dac6877ef2588f2e7f529e370e327f3a6c37c53 /www/opera-linuxplugins | |
parent | fefea8b5093f972ed2cd7c1a9c56377e755834f4 (diff) | |
download | freebsd-ports-gnome-cb04522f575755994014bef16a724cecc0a3930a.tar.gz freebsd-ports-gnome-cb04522f575755994014bef16a724cecc0a3930a.tar.zst freebsd-ports-gnome-cb04522f575755994014bef16a724cecc0a3930a.zip |
- make OPERA_VER and OPERA_BUILD overrideable
Suggested by: Tobias B.
Diffstat (limited to 'www/opera-linuxplugins')
-rw-r--r-- | www/opera-linuxplugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opera-linuxplugins/Makefile b/www/opera-linuxplugins/Makefile index f44d9f5e172d..1845bfea6f93 100644 --- a/www/opera-linuxplugins/Makefile +++ b/www/opera-linuxplugins/Makefile @@ -30,8 +30,8 @@ COMMENT= Linux plugin support for the native Opera browser RUN_DEPENDS= ${PREFIX}/lib/opera/operapluginwrapper:${PORTSDIR}/${PKGCATEGORY}/opera -OPERA_VER= 11.11 -OPERA_BUILD= 2109 +OPERA_VER?= 11.11 +OPERA_BUILD?= 2109 MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/ USE_XZ= yes |