diff options
author | seb <seb> | 2002-10-27 19:34:19 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-27 19:34:19 +0000 |
commit | e65bb4523617d205656a69ce9708993ab26a2673 (patch) | |
tree | 5f33f11f1e867f241888fa1571d0c944bc4e6adb /databases/p5-DBD-postgresql | |
parent | fe3f5c2e7149e60968a1e5015976d8ce3df8f095 (diff) | |
download | pkgsrc-e65bb4523617d205656a69ce9708993ab26a2673.tar.gz |
Use perl5/module.mk.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index e32fdc19644..5ca9864d64d 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/09/20 01:45:27 grant Exp $ +# $NetBSD: Makefile,v 1.20 2002/10/27 19:39:01 seb Exp $ # VER= 1.13 @@ -22,10 +22,7 @@ PGPREFIX= ${PREFIX}/${PGUSER} MAKE_ENV+= POSTGRES_INCLUDE=${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql MAKE_ENV+= POSTGRES_LIB=${BUILDLINK_PREFIX.postgresql-lib}/lib -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include "../../databases/p5-DBI/buildlink2.mk" .include "../../databases/postgresql-lib/buildlink2.mk" -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |