diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:08:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:08:49 +0000 |
commit | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (patch) | |
tree | ad7fc41e83124b14a4f9c94aa2581bd3df105324 /emulators/tilem | |
parent | acf1e80f2a51164e8f7fdb176967668739b26fa7 (diff) |
e*: Add missing USES={gnome,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517045
Diffstat (limited to 'emulators/tilem')
-rw-r--r-- | emulators/tilem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index 12a5e7a54f23..6d312c559a26 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 -USES= desktop-file-utils pkgconfig shared-mime-info tar:bzip2 +USES= desktop-file-utils gnome pkgconfig shared-mime-info tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld USE_GNOME= gtk20 |