diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 48781afdbbd269b8ceaed59acae75d853875a642 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /databases/postgresql73-plperl | |
parent | 7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff) | |
download | pkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'databases/postgresql73-plperl')
-rw-r--r-- | databases/postgresql73-plperl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql73-plperl/Makefile b/databases/postgresql73-plperl/Makefile index 4ce7a2d990f..82cb8f83d5b 100644 --- a/databases/postgresql73-plperl/Makefile +++ b/databases/postgresql73-plperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:14 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 05:35:32 jlam Exp $ PKGNAME= postgresql73-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend @@ -10,7 +10,6 @@ DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-perl -CONFIGURE_ENV+= PERL="${PERL5}" BUILD_DIRS= ${WRKSRC}/src/pl/plperl MAKEFILE= GNUmakefile |