mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix conversion to USES=gecko
This commit is contained in:
parent
03bbb043b2
commit
c5aa6fe9f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350790
@ -20,20 +20,14 @@ FIREFOX_DESC?= Use XULRunner from Firefox port
|
||||
LIBXUL_DESC?= Use XULRunner from LibXUL port
|
||||
OPTIONS_DEFAULT+= LIBXUL
|
||||
|
||||
USES= desktop-file-utils tar:xz
|
||||
|
||||
WRKSRC= ${WRKDIR}/conkeror
|
||||
LIBXUL_USE= gecko
|
||||
FIREFOX_USE= gecko:firefox,25+
|
||||
LIBXUL_USES= gecko
|
||||
FIREFOX_USES= gecko:firefox,25
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBXUL}
|
||||
USE_GECKO=libxul
|
||||
.else
|
||||
USE_FIREFOX=25+
|
||||
.endif
|
||||
|
||||
USES= desktop-file-utils tar:xz
|
||||
|
||||
BUILD_ID= ${ECHO_CMD} -n `whoami`@`hostname`_`date +%s`
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user