diff options
author | cmt <cmt@FreeBSD.org> | 2018-10-30 06:32:17 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2018-10-30 06:32:17 +0800 |
commit | 17b2ee5a59f152fdf69795bdff9c85b57a16a18e (patch) | |
tree | 758545c36c1d203929fd6faf4dd888a47ec8287f /Mk/bsd.gecko.mk | |
parent | b194419f6295de7e37fdbf5d0fc7e53e940d0d2e (diff) | |
download | freebsd-ports-gnome-17b2ee5a59f152fdf69795bdff9c85b57a16a18e.tar.gz freebsd-ports-gnome-17b2ee5a59f152fdf69795bdff9c85b57a16a18e.tar.zst freebsd-ports-gnome-17b2ee5a59f152fdf69795bdff9c85b57a16a18e.zip |
gecko: silence USES warnings
PR: 231867
Approved by: gecko (jbeich did not veto)
Diffstat (limited to 'Mk/bsd.gecko.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 |