Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 12:02:27 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419827 - head/deskutils/notify-osd
Message-ID:  <201608081202.u78C2RPW054414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 12:02:27 2016
New Revision: 419827
URL: https://svnweb.freebsd.org/changeset/ports/419827

Log:
  - Register missing LIB_DEPENDS
  - Register missing USES
  - Register missing USE_GNOME

Modified:
  head/deskutils/notify-osd/Makefile

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Mon Aug  8 12:00:21 2016	(r419826)
+++ head/deskutils/notify-osd/Makefile	Mon Aug  8 12:02:27 2016	(r419827)
@@ -3,7 +3,7 @@
 
 PORTNAME=	notify-osd
 PORTVERSION=	0.9.29
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpadlibrarian.net/43419242/ \
 		LOCAL/ehaupt
@@ -15,14 +15,16 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
-		libnotify.so:devel/libnotify
+		libfreetype.so:print/freetype2 \
+		libnotify.so:devel/libnotify \
+		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	dbus-daemon:devel/dbus
 
 CONFLICTS=	xfce4-notification-daemon-[0-9]*
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pkgconfig
-USE_GNOME=	libwnck gconf2
+USES=		gettext-runtime gmake libtool pkgconfig
+USE_GNOME=	cairo gconf2 gdkpixbuf2 libwnck
 USE_XORG=	pixman x11
 
 LIBS+=		-L${LOCALBASE}/lib -lpixman-1 -lX11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081202.u78C2RPW054414>