summaryrefslogtreecommitdiff
path: root/databases/postgresql-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-plperl/Makefile')
-rw-r--r--databases/postgresql-plperl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/postgresql-plperl/Makefile b/databases/postgresql-plperl/Makefile
index 5d9ba41e275..8229959ed1a 100644
--- a/databases/postgresql-plperl/Makefile
+++ b/databases/postgresql-plperl/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2002/10/19 03:03:50 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/01/05 20:12:25 jlam Exp $
PKGNAME= postgresql-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
-USE_BUILDLINK2= # defined
-
-.include "../../databases/postgresql/Makefile.common"
+.include "../postgresql/Makefile.common"
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-perl
@@ -16,7 +14,7 @@ CONFIGURE_ENV+= PERL="${PERL5}"
BUILD_DIRS= ${WRKSRC}/src/pl/plperl
MAKEFILE= GNUmakefile
-.include "../../databases/postgresql-lib/buildlink2.mk"
+.include "../postgresql-lib/buildlink2.mk"
.include "../../lang/libperl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"