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/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/postgresql83-pltcl/Makefile b/databases/postgresql83-pltcl/Makefile
index 4d8230d3678..194d5aec3b0 100644
--- a/databases/postgresql83-pltcl/Makefile
+++ b/databases/postgresql83-pltcl/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2010/04/12 09:53:50 adam Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/19 09:53:54 adam Exp $
-PKGNAME= postgresql83-pltcl-${BASE_VERS}
+PKGNAME= ${DISTNAME:C/-/83-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server
+DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server
.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}"
@@ -16,10 +18,6 @@ TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
BUILD_DIRS= src/pl/tcl
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-
.include "../../databases/postgresql83-client/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"