summaryrefslogtreecommitdiff
path: root/databases/postgresql-plperl
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-20 14:11:49 +0000
committerjlam <jlam>2004-01-20 14:11:49 +0000
commit6ed0a6c63a00dde2851134137177e915a923d28c (patch)
tree291885f5cbf4099c29ab4d3a9dcd589a161c21ae /databases/postgresql-plperl
parent9195cfcd017db17272bec6bd1531ddacd2ce323c (diff)
downloadpkgsrc-6ed0a6c63a00dde2851134137177e915a923d28c.tar.gz
Remove USE_BUILDLINK2 from Makefile.common and distribute the setting to
all of the package Makefiles that include Makefile.common.
Diffstat (limited to 'databases/postgresql-plperl')
-rw-r--r--databases/postgresql-plperl/Makefile4
1 files changed, 3 insertions, 1 deletions
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}