summaryrefslogtreecommitdiff
path: root/databases/postgresql73-plperl
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 05:35:32 +0000
committerjlam <jlam>2005-05-22 05:35:32 +0000
commit2901e41f3db308b64ed1adb51e919c3fc483bc49 (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /databases/postgresql73-plperl
parent44450b55820c29768f135e85f7062da218a39f1e (diff)
downloadpkgsrc-2901e41f3db308b64ed1adb51e919c3fc483bc49.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/Makefile3
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