diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-26 15:31:20 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-26 17:02:25 +0000 |
commit | d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd (patch) | |
tree | 6578caaa36b53619d5b5d061d20daeb70aa32dc3 /graphics/libchamplain | |
parent | 19a9a1889f0e14b7ec179103da50cfd8b1216970 (diff) |
Diffstat (limited to 'graphics/libchamplain')
-rw-r--r-- | graphics/libchamplain/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index ed6c0085dafb..78e71babd43d 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -10,7 +10,6 @@ COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libcogl.so:graphics/cogl \ libclutter-1.0.so:graphics/clutter \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ @@ -18,7 +17,7 @@ LIB_DEPENDS= libcogl.so:graphics/cogl \ libsoup-2.4.so:devel/libsoup USES= gettext-runtime gl gnome localbase meson \ - pkgconfig sqlite tar:xz xorg + pkgconfig sqlite tar:xz vala:build xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr |