summaryrefslogtreecommitdiff
path: root/databases/postgresql81-pltcl
diff options
context:
space:
mode:
authormartti <martti>2006-03-21 06:39:33 +0000
committermartti <martti>2006-03-21 06:39:33 +0000
commit40b23d2cac4314263a4f342c9dddc6f394bb33cc (patch)
treef5af62f6e4aba24d0c107a13b6cac198becd2772 /databases/postgresql81-pltcl
parent8465132be277604edfcaf264514fbba262db7eb3 (diff)
downloadpkgsrc-40b23d2cac4314263a4f342c9dddc6f394bb33cc.tar.gz
s/wip/databases/ (hi uebayasi!)
Diffstat (limited to 'databases/postgresql81-pltcl')
-rw-r--r--databases/postgresql81-pltcl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql81-pltcl/Makefile b/databases/postgresql81-pltcl/Makefile
index f374a9c7c25..c90fb5e5b9d 100644
--- a/databases/postgresql81-pltcl/Makefile
+++ b/databases/postgresql81-pltcl/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
PKGNAME= postgresql81-pltcl-${BASE_VERS}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
-DEPENDS+= postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
@@ -17,7 +17,7 @@ BUILD_DIRS= ${WRKSRC}/src/pl/tcl
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-.include "../../wip/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql81-client/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"