summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/notification-daemon/Makefile4
-rw-r--r--net-p2p/deluge/Makefile1
-rw-r--r--net-p2p/deluge05/Makefile1
-rw-r--r--x11-themes/gtk-engines2/Makefile3
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 <bsd.port.mk>
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)