- make OPERA_VER and OPERA_BUILD overrideable
Suggested by: Tobias B.
This commit is contained in:
parent
c3c414c73d
commit
88c45948d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275345
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -33,8 +33,8 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
|||
BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||
|
||||
OPERA_VER= 11.11
|
||||
OPERA_BUILD= 2109
|
||||
OPERA_VER?= 11.11
|
||||
OPERA_BUILD?= 2109
|
||||
MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//}
|
||||
|
||||
USE_XZ= yes
|
||||
|
|
Loading…
Reference in a new issue