summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 07:08:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 07:08:32 +0000
commit816f539eb092cad9eccd93acee8dbccaa88299d6 (patch)
tree3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases
parent- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions (diff)
Convert databases to USES=pkgconfig
Diffstat (limited to 'databases')
-rw-r--r--databases/animenfo-client-gtk/Makefile2
-rw-r--r--databases/dbh/Makefile3
-rw-r--r--databases/dbh10/Makefile10
-rw-r--r--databases/gtksql/Makefile2
-rw-r--r--databases/hk_classes/Makefile7
-rw-r--r--databases/ldb/Makefile2
-rw-r--r--databases/libmongo-client/Makefile2
-rw-r--r--databases/mdbtools/Makefile3
8 files changed, 10 insertions, 21 deletions
diff --git a/databases/animenfo-client-gtk/Makefile b/databases/animenfo-client-gtk/Makefile
index a64b9bba334f..fb20e08a94f6 100644
--- a/databases/animenfo-client-gtk/Makefile
+++ b/databases/animenfo-client-gtk/Makefile
@@ -14,10 +14,10 @@ COMMENT= AnimeNfo client with GTK support
LICENSE= GPLv2
+USES= pkgconfig
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gtk20
-USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
CFLAGS+= ${CPPFLAGS}
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile
index f0e7d34dbc39..e2b5617a381d 100644
--- a/databases/dbh/Makefile
+++ b/databases/dbh/Makefile
@@ -12,10 +12,9 @@ COMMENT= Disk Based Hashtables
CONFLICTS= dbh-[0-3]*
-USES= pathfix
+USES= pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
MAN1= dbh.1 dbh.h.1
MAN3= dbh_close.3 dbh_create.3 dbh_destroy.3 dbh_erase.3 \
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile
index ac8b17c16e50..c499fcd40fea 100644
--- a/databases/dbh10/Makefile
+++ b/databases/dbh10/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: dbh
-# Date created: Aug 9, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= dbh
PORTVERSION= 1.0.24
@@ -18,10 +13,9 @@ COMMENT= Disk Based Hashtables
CONFLICTS= dbh-[2-9]*
USE_AUTOTOOLS= libtool
-USES= pathfix
+USES= pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= yes
LATEST_LINK= dbh10
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile
index dffd51160f26..509dbcc8c51b 100644
--- a/databases/gtksql/Makefile
+++ b/databases/gtksql/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal libtool
ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_GMAKE= yes
USE_GNOME= gtk20
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index ed4f5de3759c..deec17afe57e 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: hk_classes
-# Date created: 25 July 2002
-# Whom: arved
-#
+# Created by: arved
# $FreeBSD$
PORTNAME= hk_classes
@@ -16,11 +13,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
xml2.5:${PORTSDIR}/textproc/libxml2
+USES= pkgconfig
USE_BZIP2= yes
USE_ICONV= yes
USE_PYTHON= yes
USE_GETTEXT= yes
-USE_PKGCONFIG= yes
CXXFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -largp -lintl
USE_AUTOTOOLS= libtool
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile
index c92b4b9762c3..918d662ed63c 100644
--- a/databases/ldb/Makefile
+++ b/databases/ldb/Makefile
@@ -15,12 +15,12 @@ LICENSE= GPLv3
CONFLICTS= *samba3[0-4]-3.*
+USES= pkgconfig
USE_PYTHON_BUILD= -2.7
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
WAF_TOOL= buildtools/bin/waf
CONFIGURE_SCRIPT= ${WAF_TOOL} configure
-USE_PKGCONFIG= build
USE_OPENLDAP= yes
diff --git a/databases/libmongo-client/Makefile b/databases/libmongo-client/Makefile
index d1ca352a7143..417a9c7e5cf3 100644
--- a/databases/libmongo-client/Makefile
+++ b/databases/libmongo-client/Makefile
@@ -17,7 +17,7 @@ GH_COMMIT= 13cc0ee
USE_AUTOTOOLS= automake autoconf libtool
GNU_CONFIGURE= yes
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_GMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile
index b10228b65413..85c050a73c59 100644
--- a/databases/mdbtools/Makefile
+++ b/databases/mdbtools/Makefile
@@ -13,10 +13,9 @@ COMMENT= Utilities and libraries to export data from MS Access databases (.mdb)
# To build man-pages
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
-USES= bison
+USES= bison pkgconfig
USE_AUTOTOOLS= libtool
USE_GNOME= glib20
-USE_PKGCONFIG= build
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes