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 /comms/xmorse | |
parent | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (diff) |
c*: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517041
Diffstat (limited to 'comms/xmorse')
-rw-r--r-- | comms/xmorse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/xmorse/Makefile b/comms/xmorse/Makefile index 3f786b1d123e..4aa22f7567e1 100644 --- a/comms/xmorse/Makefile +++ b/comms/xmorse/Makefile @@ -15,6 +15,7 @@ COMMENT= Fully automatic Morse code teaching machine LIB_DEPENDS= libfltk.so:x11-toolkits/fltk +USES= sdl USE_SDL= sdl PLIST_FILES= bin/xmorse |