diff options
author | tobik <tobik@FreeBSD.org> | 2019-11-08 19:21:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-11-08 19:21:02 +0800 |
commit | 412831fe108041f7a1b84676f8a84614e2e38d76 (patch) | |
tree | c86c460006c4cb47f553ee1947721398649ec2e2 /x11/alltray | |
parent | 5d06c1fda3f09903e0860aade4e5011f670a9f67 (diff) | |
download | freebsd-ports-gnome-412831fe108041f7a1b84676f8a84614e2e38d76.tar.gz freebsd-ports-gnome-412831fe108041f7a1b84676f8a84614e2e38d76.tar.zst freebsd-ports-gnome-412831fe108041f7a1b84676f8a84614e2e38d76.zip |
x11*: Add missing USES={gl,gnome,mate}
Diffstat (limited to 'x11/alltray')
-rw-r--r-- | x11/alltray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index e3e587bc257a..7964835694f6 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -13,7 +13,7 @@ COMMENT= Dock any application with no native tray icon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pkgconfig +USES= gnome libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes |