svn commit: r350719 - head/www/xpi-conkeror
Baptiste Daroussin
bapt at FreeBSD.org
Wed Apr 9 14:57:37 UTC 2014
Author: bapt
Date: Wed Apr 9 14:57:37 2014
New Revision: 350719
URL: http://svnweb.freebsd.org/changeset/ports/350719
QAT: https://qat.redports.org/buildarchive/r350719/
Log:
Convert to USES=gecko
Modified:
head/www/xpi-conkeror/Makefile
Modified: head/www/xpi-conkeror/Makefile
==============================================================================
--- head/www/xpi-conkeror/Makefile Wed Apr 9 14:48:51 2014 (r350718)
+++ head/www/xpi-conkeror/Makefile Wed Apr 9 14:57:37 2014 (r350719)
@@ -14,8 +14,6 @@ COMMENT= Keyboard-oriented, customizable
LICENSE= GPLv1 GPLv2 MPL
LICENSE_COMB= multi
-USE_XZ= yes
-
OPTIONS_SINGLE+= XULRUNNER
OPTIONS_SINGLE_XULRUNNER= FIREFOX LIBXUL
FIREFOX_DESC?= Use XULRunner from Firefox port
@@ -23,6 +21,8 @@ LIBXUL_DESC?= Use XULRunner from LibXUL
OPTIONS_DEFAULT+= LIBXUL
WRKSRC= ${WRKDIR}/conkeror
+LIBXUL_USE= gecko
+FIREFOX_USE= gecko:firefox,25+
.include <bsd.port.options.mk>
@@ -32,7 +32,7 @@ USE_GECKO=libxul
USE_FIREFOX=25+
.endif
-USES= desktop-file-utils
+USES= desktop-file-utils tar:xz
BUILD_ID= ${ECHO_CMD} -n `whoami`@`hostname`_`date +%s`
@@ -72,7 +72,4 @@ do-install:
${LN} -sf ${PREFIX}/libexec/conkeror/conkeror-spawn-helper ${STAGEDIR}${DATADIR}/
${INSTALL_MAN} ${WRKSRC}/conkeror.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list