svn commit: r490973 - head/deskutils/xfce4-volumed

Guido Falsi madpilot at FreeBSD.org
Tue Jan 22 18:50:46 UTC 2019


Author: madpilot
Date: Tue Jan 22 18:50:45 2019
New Revision: 490973
URL: https://svnweb.freebsd.org/changeset/ports/490973

Log:
  - Add missing dependencies
  - Sort lists
  - Fix portlint warnings
  
  PR:		235128
  Submitted by:	myself
  Approved by:	Sergey V. Dyatko <sergey.dyatko at gmail.com> (Maintainer)

Modified:
  head/deskutils/xfce4-volumed/Makefile

Modified: head/deskutils/xfce4-volumed/Makefile
==============================================================================
--- head/deskutils/xfce4-volumed/Makefile	Tue Jan 22 18:48:38 2019	(r490972)
+++ head/deskutils/xfce4-volumed/Makefile	Tue Jan 22 18:50:45 2019	(r490973)
@@ -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>


More information about the svn-ports-head mailing list