diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2018-10-29 22:32:17 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2018-10-29 22:32:17 +0000 |
commit | 0cd264456ce4c1985179db70c288d9140cc4d416 (patch) | |
tree | 758545c36c1d203929fd6faf4dd888a47ec8287f /Mk | |
parent | 63ca1f9d3cf51da3101f8dd317bb7114ed426663 (diff) | |
download | freebsd-ports-0cd264456ce4c1985179db70c288d9140cc4d416.zip |
gecko: silence USES warnings
PR: 231867
Approved by: gecko (jbeich did not veto)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index dd4b07fc85f0..c8d630316112 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -81,9 +81,10 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} -USES+= cpe gmake iconv localbase perl5 pkgconfig \ +USES+= cpe gl gmake iconv localbase perl5 pkgconfig \ python:2.7,build desktop-file-utils CPE_VENDOR?=mozilla +USE_GL= gl USE_PERL5= build USE_XORG= x11 xcomposite xdamage xext xfixes xrender xt HAS_CONFIGURE= yes @@ -289,6 +290,7 @@ MOZ_TOOLKIT= cairo-gtk2 MOZ_TOOLKIT= cairo-gtk3-wayland .endif +USES+= gnome .if ${MOZ_TOOLKIT:Mcairo-gtk3*} BUILD_DEPENDS+= gtk3>=3.14.6:x11-toolkits/gtk30 USE_GNOME+= gdkpixbuf2 gtk20 gtk30 |