summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-03 04:23:52 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-03 04:23:52 +0800
commit45d8b0b75899cc68cf2f519558e1505e5ad0dbf0 (patch)
treec07d0eb176e3783ff912140069c7fb156017c78d /deskutils
parent305c42c0e87615a8255806c90b0dcb7d394e02bc (diff)
downloadmarcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar
marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.gz
marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.bz2
marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.lz
marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.xz
marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.zst
marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.zip
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/deskbar-applet/Makefile3
-rw-r--r--deskutils/evolution-jescs/Makefile3
-rw-r--r--deskutils/gnome-utils/Makefile3
-rw-r--r--deskutils/gnomeutils2/Makefile3
-rw-r--r--deskutils/gucharmap/Makefile3
5 files changed, 10 insertions, 5 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile
index e3bda5bd2..5793c0d8f 100644
--- a/deskutils/deskbar-applet/Makefile
+++ b/deskutils/deskbar-applet/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.14 2006/02/28 20:57:07 marcus Exp $
+# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.15 2006/03/01 21:42:27 marcus Exp $
#
PORTNAME= deskbar-applet
@@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome panel applet similar to Google's (Windows only) Deskbar
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack
USE_PYTHON= yes
diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile
index c189ded67..2619bfae3 100644
--- a/deskutils/evolution-jescs/Makefile
+++ b/deskutils/evolution-jescs/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/deskutils/evolution-jescs/Makefile,v 1.7 2006/02/23 10:35:15 ade Exp $
-# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.1 2005/09/08 14:22:13 marcus Exp $
+# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.3 2006/02/25 21:01:19 marcus Exp $
#
PORTNAME= jescs
@@ -23,6 +23,7 @@ RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
USE_PERL= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnometarget
GNU_CONFIGURE= yes
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index dc8c5ef53..cb9f14b87 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.82 2006/02/24 20:43:27 marcus Exp $
+# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.83 2006/02/25 21:09:09 marcus Exp $
#
PORTNAME= gnomeutils2
@@ -19,6 +19,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 support utilities
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile
index dc8c5ef53..cb9f14b87 100644
--- a/deskutils/gnomeutils2/Makefile
+++ b/deskutils/gnomeutils2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.82 2006/02/24 20:43:27 marcus Exp $
+# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.83 2006/02/25 21:09:09 marcus Exp $
#
PORTNAME= gnomeutils2
@@ -19,6 +19,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 support utilities
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 0af10cbd2..8fcc94442 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gucharmap/Makefile,v 1.18 2006/02/25 21:13:47 marcus Exp $
+# $MCom: ports/deskutils/gucharmap/Makefile,v 1.19 2006/02/26 15:43:57 marcus Exp $
#
PORTNAME= gucharmap
@@ -22,6 +22,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils