diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:27:56 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:27:56 +0000 |
commit | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch) | |
tree | 51bf65c06dc12d4a0ba505d1d3e664efdd221144 /audio/gmpc-libnotify/Makefile | |
parent | aecf8bd835635e74e1afa0d4e0617875138e47de (diff) |
a-b: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517040
Diffstat (limited to 'audio/gmpc-libnotify/Makefile')
-rw-r--r-- | audio/gmpc-libnotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmpc-libnotify/Makefile b/audio/gmpc-libnotify/Makefile index 6106ccec349f..594d965d3908 100644 --- a/audio/gmpc-libnotify/Makefile +++ b/audio/gmpc-libnotify/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= gmpc:audio/gmpc GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool -USES= gettext gmake libtool pkgconfig +USES= gettext gmake gnome libtool pkgconfig INSTALL_TARGET= install-strip PLIST_FILES= lib/gmpc/plugins/libnotifyplugin.so |