svn commit: r419827 - head/deskutils/notify-osd
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Aug 8 12:02:28 UTC 2016
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
More information about the svn-ports-head
mailing list