diff options
Diffstat (limited to 'databases/postgresql-plperl/Makefile')
-rw-r--r-- | databases/postgresql-plperl/Makefile | 4 |
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} |