svn commit: r350790 - head/www/xpi-conkeror
Baptiste Daroussin
bapt at FreeBSD.org
Thu Apr 10 08:58:36 UTC 2014
Author: bapt
Date: Thu Apr 10 08:58:35 2014
New Revision: 350790
URL: http://svnweb.freebsd.org/changeset/ports/350790
QAT: https://qat.redports.org/buildarchive/r350790/
Log:
Fix conversion to USES=gecko
Modified:
head/www/xpi-conkeror/Makefile
Modified: head/www/xpi-conkeror/Makefile
==============================================================================
--- head/www/xpi-conkeror/Makefile Thu Apr 10 08:57:56 2014 (r350789)
+++ head/www/xpi-conkeror/Makefile Thu Apr 10 08:58:35 2014 (r350790)
@@ -20,20 +20,14 @@ FIREFOX_DESC?= Use XULRunner from Firefo
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:
More information about the svn-ports-all
mailing list