aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-03-27 03:51:33 +0800
committermezz <mezz@FreeBSD.org>2007-03-27 03:51:33 +0800
commit7f01a7b5471a866d5e6260b0a16ea3090cf60b3a (patch)
tree18eb90daead00b267cc9e084159833866a1a0ec7 /deskutils
parentacd663c71b0bd66990ef8006dce95213d2f84177 (diff)
downloadfreebsd-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/Makefile4
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>