diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 14:45:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 14:46:13 +0000 |
commit | b27c3767332c70e1f9bd0788c9cb1af4f17121e9 (patch) | |
tree | d82e9327b765c88ef7dd9e5cb30940a99e4438cf /x11/lxpanel | |
parent | 2299c6bef64670900195e7c86bcdc2e368b0a55b (diff) | |
download | ports-b27c3767332c70e1f9bd0788c9cb1af4f17121e9.tar.gz ports-b27c3767332c70e1f9bd0788c9cb1af4f17121e9.zip |
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index e7f1a0c4abca..12b8d3ac91c5 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -16,11 +16,12 @@ LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ libkeybinder.so:x11/keybinder \ libfm-gtk.so:x11/libfm@gtk2 \ libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libwnck-1.so:x11-toolkits/libwnck RUN_DEPENDS= ${LOCALBASE}/etc/xdg/menus/lxde-applications.menu:x11/lxmenu-data USES= gmake gnome libtool localbase pathfix pkgconfig tar:xz xorg -USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 gdkpixbuf2xlib libwnck intltool +USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 gdkpixbuf2xlib intltool USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ |