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/grig | |
parent | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (diff) | |
download | freebsd-ports-2bf9ca57b161dda80ac325ace89ff2fb273a9127.zip |
c*: Add missing USES={gnome,php,sdl,xorg}
Diffstat (limited to 'comms/grig')
-rw-r--r-- | comms/grig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index ac9d1e7476ed..fb75e4de3f79 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig +USES= gettext gmake gnome pkgconfig LIBS+= -lm |