summaryrefslogtreecommitdiff
path: root/databases/postgresql73-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73-plperl/Makefile')
-rw-r--r--databases/postgresql73-plperl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql73-plperl/Makefile b/databases/postgresql73-plperl/Makefile
index 7a7abd38a46..11950ac70ce 100644
--- a/databases/postgresql73-plperl/Makefile
+++ b/databases/postgresql73-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/08/07 18:19:16 adrianp Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 20:49:58 rillig Exp $
PKGNAME= postgresql73-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
@@ -6,7 +6,7 @@ COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
-.include "../postgresql73/Makefile.common"
+.include "../../databases/postgresql73/Makefile.common"
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-perl
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= ${WRKSRC}/src/pl/plperl
MAKEFILE= GNUmakefile
-.include "../postgresql73-lib/buildlink3.mk"
+.include "../../databases/postgresql73-lib/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"