diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 11:56:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 11:56:49 +0000 |
commit | fb2e1ca2f6407fdea2278dbd88c9a554d27eacf9 (patch) | |
tree | 569a9fcea1bdeb2f7f48b5d884cd9f18c9ad430a /databases | |
parent | 36a245e07ff1a2463e2cbc1f155f2b688deefb5e (diff) | |
download | pkgsrc-fb2e1ca2f6407fdea2278dbd88c9a554d27eacf9.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-postgresql/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/databases/p5-postgresql/Makefile b/databases/p5-postgresql/Makefile index f7b9d0907e2..646b3ea80f6 100644 --- a/databases/p5-postgresql/Makefile +++ b/databases/p5-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/26 06:49:43 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/21 11:56:49 wiz Exp $ DISTNAME= pgsql_perl5-1.9.0 PKGNAME= p5-postgresql-1.9.0 @@ -10,17 +10,14 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/ COMMENT= Perl interface class for PostgreSQL -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist # Until the source catches up to the current Perl API, we need PERL_POLLUTE # to look like an older perl. MAKE_PARAMS= DEFINE="-DPERL_POLLUTE=1" -MAKE_ENV+= POSTGRES_HOME="${BUILDLINK_DIR}" +MAKE_ENV+= POSTGRES_HOME="${BUILDLINK_PREFIX.postgresql-lib}" -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} - -.include "../../databases/postgresql-lib/buildlink.mk" -.include "../../lang/perl5/buildlink.mk" +.include "../../databases/postgresql-lib/buildlink2.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |