diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/frogr/Makefile | |
parent | 4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff) | |
download | ports-3cf0c52fa6016687078f1be15489ab2af19dc330.tar.gz ports-3cf0c52fa6016687078f1be15489ab2af19dc330.zip |
Notes
Diffstat (limited to 'graphics/frogr/Makefile')
-rw-r--r-- | graphics/frogr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/frogr/Makefile b/graphics/frogr/Makefile index 044b030c10f0..1594c8d74ef6 100644 --- a/graphics/frogr/Makefile +++ b/graphics/frogr/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ libgcrypt.so:security/libgcrypt -USES= compiler:c++11-lang meson ninja tar:xz pkgconfig gettext-runtime gettext-tools +USES= compiler:c++11-lang gettext-runtime gettext-tools gnome meson \ + ninja pkgconfig tar:xz USE_GNOME= libxml2 glib20 gtk30 CFLAGS+= -I${LOCALBASE}/include |