svn commit: r303937 - head/deskutils/xfce4-notification-daemon
Yuri Pankov
yuri.pankov at gmail.com
Tue Sep 11 21:25:34 UTC 2012
On Sat, 8 Sep 2012 23:02:40 +0000 (UTC), Emanuel Haupt wrote:
> Author: ehaupt
> Date: Sat Sep 8 23:02:40 2012
> New Revision: 303937
> URL: http://svn.freebsd.org/changeset/ports/303937
>
> Log:
> - Use OPTIONSng
> - Remove deprecated header information
>
> Modified:
> head/deskutils/xfce4-notification-daemon/Makefile
>
> Modified: head/deskutils/xfce4-notification-daemon/Makefile
> ==============================================================================
> --- head/deskutils/xfce4-notification-daemon/Makefile Sat Sep 8 22:56:22 2012 (r303936)
> +++ head/deskutils/xfce4-notification-daemon/Makefile Sat Sep 8 23:02:40 2012 (r303937)
> @@ -1,9 +1,4 @@
> -# New ports collection makefile for: notification-daemon
> -# Date created: 16 Nov 2007
> -# Whom: Emanuel Haupt <ehaupt at FreeBSD.org>
> -#
> # $FreeBSD$
> -#
>
> PORTNAME= notification-daemon
> PORTVERSION= 0.3.7
> @@ -20,8 +15,8 @@ COMMENT= Port of Gnome's notification-da
> LICENSE= GPLv2
>
> BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
> -LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
> - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
> +LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \
> + dbus-glib:${PORTSDIR}/devel/dbus-glib
While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are
currently checked), the correct shlib name is 'dbus-glib-1'.
More information about the svn-ports-head
mailing list