diff options
author | madpilot <madpilot@FreeBSD.org> | 2019-01-23 02:50:45 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2019-01-23 02:50:45 +0800 |
commit | 8ea18c538fe6afc6cc63f27a0e95677c92317e67 (patch) | |
tree | 9d2588b06c6a9e6c825fcd85062c4e26484434e2 /deskutils | |
parent | a03c30dcbf9f8d7cbce10a554a7683ba50e04f27 (diff) | |
download | freebsd-ports-gnome-8ea18c538fe6afc6cc63f27a0e95677c92317e67.tar.gz freebsd-ports-gnome-8ea18c538fe6afc6cc63f27a0e95677c92317e67.tar.zst freebsd-ports-gnome-8ea18c538fe6afc6cc63f27a0e95677c92317e67.zip |
- Add missing dependencies
- Sort lists
- Fix portlint warnings
PR: 235128
Submitted by: myself
Approved by: Sergey V. Dyatko <sergey.dyatko@gmail.com> (Maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-volumed/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/deskutils/xfce4-volumed/Makefile b/deskutils/xfce4-volumed/Makefile index 0c794283c32d..faef17dad217 100644 --- a/deskutils/xfce4-volumed/Makefile +++ b/deskutils/xfce4-volumed/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-volumed PORTVERSION= 0.1.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,13 +13,18 @@ COMMENT= Volume management daemon for the Xfce desktop LICENSE= GPLv3 -LIB_DEPENDS= libnotify.so:devel/libnotify \ - libkeybinder.so:x11/keybinder +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libdbus-1.so:devel/dbus \ + libnotify.so:devel/libnotify \ + libkeybinder.so:x11/keybinder \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= pkgconfig gmake xfce tar:bzip2 -GNU_CONFIGURE= yes -USE_GNOME= glib20 +USES= gmake gnome pkgconfig tar:bzip2 xfce +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango USE_GSTREAMER= yes USE_XFCE= xfconf +GNU_CONFIGURE= yes + .include <bsd.port.mk> |