diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-26 19:51:33 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-26 19:51:33 +0000 |
commit | 70b406871e697c62c80b1b13491ff05fafec8e6b (patch) | |
tree | fda2f6bdc5565383f77500db955ef9adcfda0da6 /deskutils | |
parent | ece1e09d479997ede2ddc4ac23b1e4b394a49654 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index f33307729438..30fea523a9b3 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -20,10 +20,12 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck USE_GMAKE= yes USE_XLIB= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes -GCONF_SCHEMAS= notification-daemon.schemas CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= notification-daemon.schemas + .include <bsd.port.mk> |