aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
commite1598249298974c6e8c61c34d927acabee345542 (patch)
tree5883afe298a5f232e854b104fc944ca19c4f7e7f /databases
parent422e3bda8bd3eb5d0b4737e335fd434883fbc44f (diff)
downloadports-e1598249298974c6e8c61c34d927acabee345542.tar.gz
ports-e1598249298974c6e8c61c34d927acabee345542.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/drizzle/Makefile2
-rw-r--r--databases/glom/Makefile2
-rw-r--r--databases/gnome-db/Makefile2
-rw-r--r--databases/grass/Makefile2
-rw-r--r--databases/kmysqladmin/Makefile2
-rw-r--r--databases/libgda/Makefile2
-rw-r--r--databases/libgda2/Makefile2
-rw-r--r--databases/libgda3/Makefile2
-rw-r--r--databases/libgnomedb/Makefile2
-rw-r--r--databases/namazu2/Makefile2
-rw-r--r--databases/opendbx/Makefile2
-rw-r--r--databases/p5-DBD-Sybase/Makefile2
-rw-r--r--databases/pgadmin3/Makefile2
-rw-r--r--databases/pxlib/Makefile2
-rw-r--r--databases/pxtools/Makefile2
-rw-r--r--databases/py-sqlkit/Makefile2
-rw-r--r--databases/recutils/Makefile2
17 files changed, 17 insertions, 17 deletions
diff --git a/databases/drizzle/Makefile b/databases/drizzle/Makefile
index dc59ff2d1063..4b6e370fdbd8 100644
--- a/databases/drizzle/Makefile
+++ b/databases/drizzle/Makefile
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+=--disable-64bit
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index bc3b4188da9d..3a9d4093f2ab 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -35,7 +35,7 @@ BROKEN= bad-plist
USE_BZIP2= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras
USE_LDCONFIG= yes
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index ba120d552fda..013b74404b0a 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GCC= any
USE_GNOME= gnomehack gnomeprefix gnomehier libgda
USE_GMAKE= yes
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_OMF= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 1e5c6499f593..7fe074581afa 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -33,7 +33,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GMAKE= yes
USE_ICONV= yes
-USE_GETTEXT= yes
+USES= gettext
USE_READLINE= yes
USE_PERL5= yes
USE_XORG= sm ice xi x11 xt xmu xext
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
index a82d0b6d9310..cfbe7ab3bca7 100644
--- a/databases/kmysqladmin/Makefile
+++ b/databases/kmysqladmin/Makefile
@@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool
USE_MYSQL= yes
USE_QT_VER= 3
USE_KDELIBS_VER=3
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_ICONS= yes
CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index ad1f72967c1c..16fafb49b068 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -23,7 +23,7 @@ CONFLICTS= libgda2*-[0-9]*
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo
USE_GMAKE= yes
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index d90bda2d32f1..53bd2cd1bfff 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -30,7 +30,7 @@ CONFLICTS= libgda-0*
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack intlhack
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_OMF= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 1c6c0014e761..775e75045772 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool
USE_GCC= any
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
USE_LDCONFIG= yes
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile
index d0a6b6d19269..c1e8cee4aa4c 100644
--- a/databases/libgnomedb/Makefile
+++ b/databases/libgnomedb/Makefile
@@ -24,7 +24,7 @@ USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \
intlhack referencehack
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile
index b41121f6e39f..75e2ed465682 100644
--- a/databases/namazu2/Makefile
+++ b/databases/namazu2/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
USE_PERL5= yes
USE_ICONV= yes
-USE_GETTEXT= yes
+USES= gettext
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-perl5="${PERL}" \
--with-libintl-prefix=${LOCALBASE} \
diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile
index ea57a649d30b..a80fd1cf01a2 100644
--- a/databases/opendbx/Makefile
+++ b/databases/opendbx/Makefile
@@ -80,7 +80,7 @@ PLIST_SUB+= WITHSYBASE="@comment "
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile
index 7a3667fc87cf..ae99a3cfe3f7 100644
--- a/databases/p5-DBD-Sybase/Makefile
+++ b/databases/p5-DBD-Sybase/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
CONFIGURE_ENV= SYBASE=${LOCALBASE}
PERL_CONFIGURE= yes
-USE_GETTEXT= yes
+USES= gettext
.if defined(BATCH)
CONFIGURE_ARGS= < /dev/null
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index 724ffeb541ea..65f998636204 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
IGNORE_WITH_PGSQL= 82 83
MAKE_JOBS_SAFE= yes
-USE_GETTEXT= yes
+USES= gettext
USE_PGSQL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile
index efbe35e8a211..7ddb617c6fe3 100644
--- a/databases/pxlib/Makefile
+++ b/databases/pxlib/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_ICONV= yes
-USE_GETTEXT= yes
+USES= gettext
USE_PERL5= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile
index 4a29e9865f39..d66c8fc74230 100644
--- a/databases/pxtools/Makefile
+++ b/databases/pxtools/Makefile
@@ -13,7 +13,7 @@ COMMENT= Collection of tools to work with Paradox databases
LICENSE= GPLv2
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
diff --git a/databases/py-sqlkit/Makefile b/databases/py-sqlkit/Makefile
index d917f46bdf79..fa2c5af28b56 100644
--- a/databases/py-sqlkit/Makefile
+++ b/databases/py-sqlkit/Makefile
@@ -19,7 +19,7 @@ LICENSE= GPLv3
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_GNOME= pygtk2 desktopfileutils
-USE_GETTEXT= yes
+USES= gettext
OPTIONS_DEFINE= FIREBIRD MSSQL MYSQL PGSQL SQLITE SYBASE
OPTIONS_DEFAULT=MYSQL PGSQL SQLITE
diff --git a/databases/recutils/Makefile b/databases/recutils/Makefile
index 706bc393bf51..af8934ccd6ae 100644
--- a/databases/recutils/Makefile
+++ b/databases/recutils/Makefile
@@ -24,7 +24,7 @@ PORTDOCS= ChangeLog NEWS README
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls