summaryrefslogtreecommitdiff
path: root/databases/postgresql83-pltcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql83-pltcl/Makefile')
-rw-r--r--databases/postgresql83-pltcl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql83-pltcl/Makefile b/databases/postgresql83-pltcl/Makefile
index 194d5aec3b0..50c7376ff0e 100644
--- a/databases/postgresql83-pltcl/Makefile
+++ b/databases/postgresql83-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/12/19 09:53:54 adam Exp $
+# $NetBSD: Makefile,v 1.6 2011/02/15 09:06:33 adam Exp $
PKGNAME= ${DISTNAME:C/-/83-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -9,14 +9,13 @@ DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-
.include "../../databases/postgresql83/Makefile.common"
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
BUILD_DIRS= src/pl/tcl
+BUILD_MAKE_FLAGS= PGXS=1
.include "../../databases/postgresql83-client/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"