summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-28 05:20:38 +0000
committerjlam <jlam>2001-11-28 05:20:38 +0000
commitd513679ef0f791b51bd887b07034cdb76ecbd611 (patch)
tree20efaf19b226759946c0fc08696a36130f712b06 /databases
parent838fe7fec3270652f11fb4e670c99b4c856f9d75 (diff)
downloadpkgsrc-d513679ef0f791b51bd887b07034cdb76ecbd611.tar.gz
Buildlinkify.
Diffstat (limited to 'databases')
-rw-r--r--databases/jdb/Makefile10
-rw-r--r--databases/postgresql-plperl/Makefile5
2 files changed, 9 insertions, 6 deletions
diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile
index 65e9df6af8e..bf852abc183 100644
--- a/databases/jdb/Makefile
+++ b/databases/jdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 14:17:27 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/28 05:20:44 jlam Exp $
DISTNAME= jdb-1.7
CATEGORIES= databases
@@ -8,9 +8,11 @@ MAINTAINER= bad@netbsd.org
HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html
COMMENT= Package of commands for manipulating flat-ASCII databases
-USE_PERL5= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-perl=${LOCALBASE}/bin --datadir=${PREFIX}/share/jdb
+CONFIGURE_ARGS+= --with-perl=${LOCALBASE}/bin
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share/jdb
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql-plperl/Makefile b/databases/postgresql-plperl/Makefile
index 58b493ad297..636e0b27700 100644
--- a/databases/postgresql-plperl/Makefile
+++ b/databases/postgresql-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/23 19:26:51 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/28 05:20:45 jlam Exp $
.include "../../databases/postgresql/Makefile.common"
.include "../../databases/postgresql/Makefile.ssl"
@@ -11,7 +11,7 @@ BUILDLINK_DEPENDS.postgresql-lib= postgresql-lib>=${PG_BASE_VERS}
DEPENDS+= postgresql-server>=${PG_BASE_VERS}:../../databases/postgresql-server
DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl
-USE_PERL5= # defined
+USE_BUILDLINK_ONLY= YES
LIBPERL5_REQD= ${PERL5_REQD}
CONFIGURE_ARGS+= --with-perl
@@ -38,4 +38,5 @@ do-install:
.endfor
.include "../../databases/postgresql-lib/buildlink.mk"
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"