summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordrochner <drochner>2004-06-22 18:43:15 +0000
committerdrochner <drochner>2004-06-22 18:43:15 +0000
commite5df2a4b4ff4003c0be470d57dd506d01e7732fc (patch)
treea6607203df5a8606f6a8f2985971c343e6e45b1f /databases
parentb2bc4f25d31381d915ef0000a9e5121967408b2f (diff)
downloadpkgsrc-e5df2a4b4ff4003c0be470d57dd506d01e7732fc.tar.gz
use the non-threaded libtcl
(the threaded one gives errors at "createlang" time - strange that noone noticed...)
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-pltcl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile
index 2845547a9ae..31d4b7708cb 100644
--- a/databases/postgresql-pltcl/Makefile
+++ b/databases/postgresql-pltcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:37 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/06/22 18:43:15 drochner Exp $
PKGNAME= postgresql-pltcl-${BASE_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
@@ -12,13 +12,13 @@ USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-tcl
-CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
+CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tclnt}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
TCLSH= ${LOCALBASE}/bin/tclsh
BUILD_DIRS= ${WRKSRC}/src/pl/tcl
.include "../postgresql-lib/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
+.include "../../lang/libtcl-nothread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"