summaryrefslogtreecommitdiff
path: root/databases/dbh/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-10 09:46:50 +0000
committerxtraeme <xtraeme>2004-03-10 09:46:50 +0000
commit13e2f8b876d0c9459c0043c2a058ba0513438314 (patch)
treeff37f8f77538bed87e29d9a5949fc3921c65e4e7 /databases/dbh/Makefile
parentb9a8bfe7faefc2d612c21c1b84a9d5affe23dc85 (diff)
downloadpkgsrc-13e2f8b876d0c9459c0043c2a058ba0513438314.tar.gz
bl3ify and add explicit dependency on pkgconfig.
Diffstat (limited to 'databases/dbh/Makefile')
-rw-r--r--databases/dbh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile
index 6a2f87770ca..bf353147ff0 100644
--- a/databases/dbh/Makefile
+++ b/databases/dbh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/10 09:46:50 xtraeme Exp $
DISTNAME= dbh_1.0-15
PKGNAME= dbh-1.0.15
@@ -10,7 +10,7 @@ HOMEPAGE= http://dbh.sourceforge.net/
COMMENT= Library to create disk based Hashtables
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= src/dbh-1.0.pc.in
@@ -22,4 +22,5 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} doc/dbh-hash-tables.html \
${PREFIX}/share/doc/dbh/html
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"