diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-10 09:46:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-10 09:46:50 +0000 |
commit | a5070101e064a9dfc32bba7fadc85c5b1f73d06b (patch) | |
tree | ff37f8f77538bed87e29d9a5949fc3921c65e4e7 /databases/dbh/Makefile | |
parent | 2000b38d74cdb7a352098fd86bdc748eafefcb77 (diff) | |
download | pkgsrc-a5070101e064a9dfc32bba7fadc85c5b1f73d06b.tar.gz |
bl3ify and add explicit dependency on pkgconfig.
Diffstat (limited to 'databases/dbh/Makefile')
-rw-r--r-- | databases/dbh/Makefile | 5 |
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" |