diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-08 02:36:55 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-08 02:36:55 +0800 |
commit | 4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (patch) | |
tree | 0396740faf427665ee28135c858aa42aba8d2024 /x11-fm/librfm | |
parent | 29ac0a6ffdb0534cd5524703f46e5e061cb0ec07 (diff) | |
download | freebsd-ports-gnome-4c46ca73d827ceeb91e695bf5da18e5be90e9ca4.tar.gz freebsd-ports-gnome-4c46ca73d827ceeb91e695bf5da18e5be90e9ca4.tar.zst freebsd-ports-gnome-4c46ca73d827ceeb91e695bf5da18e5be90e9ca4.zip |
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.
Diffstat (limited to 'x11-fm/librfm')
-rw-r--r-- | x11-fm/librfm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index c3182b2ff94c..c4709331e7b7 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -23,7 +23,8 @@ OPTIONS_DEFINE= NLS CONFIGURE_ARGS+=--with-pkglibdata INSTALLS_ICONS= yes -USES= autoreconf gettext gnome gmake libtool:keepla pkgconfig tar:bzip2 +USES= autoreconf gettext gnome gmake libtool:keepla pkgconfig \ + tar:bzip2 xorg GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool cairo libxml2 librsvg2 USE_XORG+= x11 |