diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 03:51:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 03:51:33 +0800 |
commit | 7f01a7b5471a866d5e6260b0a16ea3090cf60b3a (patch) | |
tree | 18eb90daead00b267cc9e084159833866a1a0ec7 /deskutils | |
parent | acd663c71b0bd66990ef8006dce95213d2f84177 (diff) | |
download | freebsd-ports-gnome-7f01a7b5471a866d5e6260b0a16ea3090cf60b3a.tar.gz freebsd-ports-gnome-7f01a7b5471a866d5e6260b0a16ea3090cf60b3a.tar.zst freebsd-ports-gnome-7f01a7b5471a866d5e6260b0a16ea3090cf60b3a.zip |
Portlint:
-Add USE_GETTEXT.
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> |