From 6ed0a6c63a00dde2851134137177e915a923d28c Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 20 Jan 2004 14:11:49 +0000 Subject: Remove USE_BUILDLINK2 from Makefile.common and distribute the setting to all of the package Makefiles that include Makefile.common. --- databases/postgresql-plperl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/postgresql-plperl') diff --git a/databases/postgresql-plperl/Makefile b/databases/postgresql-plperl/Makefile index b64e9dc1fd3..99578a3d49a 100644 --- a/databases/postgresql-plperl/Makefile +++ b/databases/postgresql-plperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 14:11:50 jlam Exp $ PKGNAME= postgresql-plperl-${BASE_VERS} PKGREVISION= 1 @@ -6,6 +6,8 @@ COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server +USE_BUILDLINK2= yes + .include "../postgresql/Makefile.common" CONFIGURE_ARGS+= --with-openssl=${SSLBASE} -- cgit v1.2.3