diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:31:13 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:31:13 +0000 |
commit | 2bf9ca57b161dda80ac325ace89ff2fb273a9127 (patch) | |
tree | 25eee2b7e2ec8a9eedb1ce84f62e5e2d0ad71b11 /cad/geda/Makefile | |
parent | a-b: Add missing USES={gnome,php,sdl,xorg} (diff) |
c*: Add missing USES={gnome,php,sdl,xorg}
Diffstat (limited to '')
-rw-r--r-- | cad/geda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 56c33d63e992..159ff444ad16 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libstroke.so:devel/libstroke \ libguile.so:lang/guile RUN_DEPENDS= gawk:lang/gawk\ -USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ +USES= desktop-file-utils gettext gmake gnome libtool pathfix perl5 \ pkgconfig python:run shared-mime-info shebangfix SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ utils/gxyrs/*.pl utils/scripts/* \ |