From 70b406871e697c62c80b1b13491ff05fafec8e6b Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Mon, 26 Mar 2007 19:51:33 +0000 Subject: [PATCH] Portlint: -Add USE_GETTEXT. --- deskutils/notification-daemon/Makefile | 4 +++- net-p2p/deluge/Makefile | 1 + net-p2p/deluge05/Makefile | 1 + x11-themes/gtk-engines2/Makefile | 3 ++- 4 files changed, 7 insertions(+), 2 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 diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 1f22c7988d12..70cdebf63a8c 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= pygtk2 desktopfileutils +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 1f22c7988d12..70cdebf63a8c 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= pygtk2 desktopfileutils +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 9868e20839a8..820a7eb5e494 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -21,9 +21,10 @@ CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* USE_GMAKE= yes USE_BZIP2= yes -GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 +USE_GETTEXT= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_ANIMATION)