diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:58:04 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:58:04 +0000 |
commit | 897ad0b36e733c0ecd382d79bc924e8826b141c2 (patch) | |
tree | 51651e644edd2c685808f4c990c2f85e7b689f49 /net/gtk-vnc | |
parent | bbd9c2e7e1340971b4a4a2c5675a3a06c28998ed (diff) |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516920
Diffstat (limited to 'net/gtk-vnc')
-rw-r--r-- | net/gtk-vnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index b15459c8bb8f..d50f6df187e9 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -19,8 +19,9 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error \ libsasl2.so:security/cyrus-sasl2 +USES= gettext gmake gnome libtool localbase pathfix pkgconfig python \ + tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build -USES= gettext gmake gnome libtool localbase pathfix pkgconfig python tar:xz USE_XORG= x11 USE_LDCONFIG= yes GNU_CONFIGURE= yes |