diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:36:55 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:36:55 +0000 |
commit | 4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (patch) | |
tree | 0396740faf427665ee28135c858aa42aba8d2024 /x11/libgnomekbd/Makefile | |
parent | net-mgmt/check_ssl_cert: update to 1.105.0 (diff) |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=517000
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r-- | x11/libgnomekbd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index b6c40211668f..4b7030425cd7 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libxklavier.so:x11/libxklavier -USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig \ + tar:xz xorg USE_GNOME= cairo gtk30 introspection:build GNU_CONFIGURE= yes USE_XORG= x11 |