diff options
Diffstat (limited to 'databases/postgresql81-pltcl/Makefile')
-rw-r--r-- | databases/postgresql81-pltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql81-pltcl/Makefile b/databases/postgresql81-pltcl/Makefile index c90fb5e5b9d..8bd5ea94e58 100644 --- a/databases/postgresql81-pltcl/Makefile +++ b/databases/postgresql81-pltcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/08 18:55:38 adam Exp $ PKGNAME= postgresql81-pltcl-${BASE_VERS} COMMENT= PL/Tcl procedural language for the PostgreSQL backend @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" CONFIGURE_ENV+= TCLSH="${TCLSH}" TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh -BUILD_DIRS= ${WRKSRC}/src/pl/tcl +BUILD_DIRS= src/pl/tcl USE_LIBTOOL= yes PKG_LIBTOOL= ${PKG_SHLIBTOOL} |