summaryrefslogtreecommitdiff
path: root/databases/postgresql74-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql74-plperl/Makefile')
-rw-r--r--databases/postgresql74-plperl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql74-plperl/Makefile b/databases/postgresql74-plperl/Makefile
index dc501aedb13..a016210931e 100644
--- a/databases/postgresql74-plperl/Makefile
+++ b/databases/postgresql74-plperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:00 rillig Exp $
PKGNAME= postgresql74-plperl-${BASE_VERS}
PKGREVISION= 2
@@ -7,7 +7,7 @@ COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
-.include "../postgresql74/Makefile.common"
+.include "../../databases/postgresql74/Makefile.common"
PERL5_CONFIGURE= NO
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
@@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --with-perl
BUILD_DIRS= ${WRKSRC}/src/pl/plperl
MAKEFILE= GNUmakefile
-.include "../postgresql74-lib/buildlink3.mk"
+.include "../../databases/postgresql74-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"