Date: Tue, 30 Oct 2018 18:55:36 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483509 - in head/www: palemoon seamonkey Message-ID: <201810301855.w9UItaqc023055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Tue Oct 30 18:55:36 2018 New Revision: 483509 URL: https://svnweb.freebsd.org/changeset/ports/483509 Log: palemoon, seamonkey: USE_GL has been moved to bsd.gecko.mk I missed these in ports r483435 PR: 231867 Reported by: jbeich@ Modified: head/www/palemoon/Makefile head/www/seamonkey/Makefile Modified: head/www/palemoon/Makefile ============================================================================== --- head/www/palemoon/Makefile Tue Oct 30 18:34:38 2018 (r483508) +++ head/www/palemoon/Makefile Tue Oct 30 18:55:36 2018 (r483509) @@ -31,8 +31,6 @@ USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -soundtouch -USE_GL= gl - PM_ICON= ${PORTNAME}.png PM_ICON_SRC= ${PREFIX}/lib/${PORTNAME}/browser/icons/mozicon128.png PM_DESKTOP= ${WRKSRC}/browser/branding/official/${PORTNAME}.desktop Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Tue Oct 30 18:34:38 2018 (r483508) +++ head/www/seamonkey/Makefile Tue Oct 30 18:55:36 2018 (r483509) @@ -33,7 +33,6 @@ LIB_DEPENDS= libv4l2.so:multimedia/libv4l SSP_UNSAFE= yes USE_GECKO= gecko -USE_GL= gl USES= tar:xz MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301855.w9UItaqc023055>