diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /deskutils/notification-daemon | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index af73a6f662f2..adfa26ad4b18 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -7,20 +7,20 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ MAINTAINER= andreas@syndrom23.de COMMENT= Send small notifications to your desktop -LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus \ +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy:${PORTSDIR}/x11-toolkits/libsexy \ popt.0:${PORTSDIR}/devel/popt -USE_GNOME= gnomehack gnometarget intlhack gconf2 libwnck +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes GCONF_SCHEMAS= notification-daemon.schemas CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services |