summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/firebird21-server/Makefile4
-rw-r--r--databases/gnats4/Makefile2
-rw-r--r--databases/hamsterdb/Makefile2
-rw-r--r--databases/ocaml-pgocaml/Makefile2
-rw-r--r--databases/pg_statsinfo/Makefile2
-rw-r--r--databases/pglesslog/Makefile2
-rw-r--r--databases/pgpool-II-22/Makefile2
-rw-r--r--databases/pgpool-II-23/Makefile2
-rw-r--r--databases/pgpool-II-30/Makefile2
-rw-r--r--databases/pgpool/Makefile2
-rw-r--r--databases/py-sqlrelay/Makefile3
-rw-r--r--databases/tora/Makefile2
12 files changed, 12 insertions, 15 deletions
diff --git a/databases/firebird21-server/Makefile b/databases/firebird21-server/Makefile
index 2365528730f2..a5adad8dcecb 100644
--- a/databases/firebird21-server/Makefile
+++ b/databases/firebird21-server/Makefile
@@ -20,10 +20,8 @@ CONFLICTS?= ${PORTNAME}20-client-* \
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
-USES= bison
-USE_BZIP2= yes
+USES= bison gmake tar:bzip2
USE_GCC= any
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal libtool
ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile
index d7511a1989a9..8cd158cbacfa 100644
--- a/databases/gnats4/Makefile
+++ b/databases/gnats4/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= vd@FreeBSD.org
COMMENT= GNATS, the GNU Problem Report Management System
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
LATEST_LINK= ${PKGNAMEPREFIX}gnats4${PKGNAMESUFFIX}
CONFLICTS= gnats-3.*
diff --git a/databases/hamsterdb/Makefile b/databases/hamsterdb/Makefile
index 5785505e554e..3740c04b5704 100644
--- a/databases/hamsterdb/Makefile
+++ b/databases/hamsterdb/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Lightweight Embedded Database Engine
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS
diff --git a/databases/ocaml-pgocaml/Makefile b/databases/ocaml-pgocaml/Makefile
index aefd1a3b2c6c..6419326693d0 100644
--- a/databases/ocaml-pgocaml/Makefile
+++ b/databases/ocaml-pgocaml/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-e
${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \
${LOCALBASE}/${OCAML_SITELIBDIR}/csv:${PORTSDIR}/textproc/ocaml-csv
-USE_GMAKE= yes
+USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
diff --git a/databases/pg_statsinfo/Makefile b/databases/pg_statsinfo/Makefile
index 2ae44cd7d4bb..01a2ffcf3430 100644
--- a/databases/pg_statsinfo/Makefile
+++ b/databases/pg_statsinfo/Makefile
@@ -9,7 +9,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Monitor statistics and activity of PostgreSQL
USE_PGSQL= server
-USE_GMAKE= yes
+USES= gmake
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
diff --git a/databases/pglesslog/Makefile b/databases/pglesslog/Makefile
index 1f9a02f8b298..9d7c3bf72ab3 100644
--- a/databases/pglesslog/Makefile
+++ b/databases/pglesslog/Makefile
@@ -9,7 +9,7 @@ DISTNAME= pg_lesslogg_${PORTVERSION}_pg84
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Reduce size of PostgreSQL archive log files by replacing backup blocks
-USE_GMAKE= yes
+USES= gmake
USE_PGSQL= client server:build
WANT_PGSQL_VER= 84
WRKSRC= ${WRKDIR}/pg_lesslog_${PORTVERSION}_pg84
diff --git a/databases/pgpool-II-22/Makefile b/databases/pgpool-II-22/Makefile
index c11bb06bd6cb..fe309191949c 100644
--- a/databases/pgpool-II-22/Makefile
+++ b/databases/pgpool-II-22/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= 22
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= A connection pool server for PostgreSQL
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
USE_PGSQL= yes
USE_LDCONFIG= yes
diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile
index 06544690256a..66c1f4b63c33 100644
--- a/databases/pgpool-II-23/Makefile
+++ b/databases/pgpool-II-23/Makefile
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= 23
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= A connection pool server for PostgreSQL
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
USE_PGSQL= yes
USE_LDCONFIG= yes
diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile
index 31b3f347e049..d2f3fabf74c0 100644
--- a/databases/pgpool-II-30/Makefile
+++ b/databases/pgpool-II-30/Makefile
@@ -12,7 +12,7 @@ COMMENT= A connection pool server for PostgreSQL
LICENSE= BSD
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
USE_PGSQL= yes
USE_LDCONFIG= yes
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile
index be5eb701c3d6..7c8a996c2258 100644
--- a/databases/pgpool/Makefile
+++ b/databases/pgpool/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/
MAINTAINER= ports@FreeBSD.org
COMMENT= A connection pool server for PostgreSQL
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
USE_RC_SUBR= pgpool
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile
index cf21f0017c33..af973fa31e41 100644
--- a/databases/py-sqlrelay/Makefile
+++ b/databases/py-sqlrelay/Makefile
@@ -15,13 +15,12 @@ EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
LIB_DEPENDS= libsqlrclient.so:${SQLRELAY_PORTDIR}
USE_PYTHON= yes
-USES= perl5
+USES= perl5 gmake
USE_PERL5= build patch
WRKSRC= ${WRKDIR}/${PORTNAME}
BUILD_WRKSRC= ${WRKSRC}/src/api/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
PTHREADLIBS="${PTHREAD_LIBS}"
diff --git a/databases/tora/Makefile b/databases/tora/Makefile
index b481f263e403..22a0cc74a314 100644
--- a/databases/tora/Makefile
+++ b/databases/tora/Makefile
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT= PGSQL MYSQL
USE_AUTOTOOLS= aclocal automake autoconf autoheader libtool
USE_QT4= gui corelib sql xml network linguist moc_build uic_build rcc_build
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html