diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:06:40 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:06:40 +0000 |
commit | 7be404eb3fcc6b1994712ba54ceb56f81ab474e5 (patch) | |
tree | b8e5fffaa545436e1e8a8ac129df36c07665104d /lang/gjs | |
parent | 2677283c3d6466b85714b1d8c2277678e4aa5bb2 (diff) |
Notes
Diffstat (limited to 'lang/gjs')
-rw-r--r-- | lang/gjs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index aa2bf5088677..261b0e59500f 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52 \ libffi.so:devel/libffi USES= compiler:c++11-lib gettext gmake gnome libtool \ - localbase pathfix pkgconfig python:build readline tar:xz + localbase pathfix pkgconfig python:build readline tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection USE_XORG= x11 xext GNU_CONFIGURE= yes |