diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-11 16:43:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-11 16:43:11 +0000 |
commit | 2d6083c327fba6b93f2739d9635227bdefb6cc93 (patch) | |
tree | 6180febd30d33ced378dfe79350bf2cb0885861a /databases/tcl-postgresql/Makefile | |
parent | f045a27e94a06b33d2be4316c80fb9cccd2bfc55 (diff) | |
download | pkgsrc-2d6083c327fba6b93f2739d9635227bdefb6cc93.tar.gz |
Cosmetic adjustments.
Diffstat (limited to 'databases/tcl-postgresql/Makefile')
-rw-r--r-- | databases/tcl-postgresql/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/databases/tcl-postgresql/Makefile b/databases/tcl-postgresql/Makefile index edbabafe9c5..5cde60b2ebe 100644 --- a/databases/tcl-postgresql/Makefile +++ b/databases/tcl-postgresql/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2000/09/01 14:20:17 jwise Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/11 16:43:12 jlam Exp $ + +.include "../../databases/postgresql/Makefile.common" PKGNAME= tcl-${DISTNAME} DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql -DEPENDS+= tcl-8.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl -TCLSH= ${LOCALBASE}/bin/tclsh -TCL_INCDIR= ${LOCALBASE}/include -TCL_CONFIGDIR= ${LOCALBASE}/lib -USE_LIBTOOL= +EVAL_PREFIX+= TCLDIR=tcl +TCLSH= ${TCLDIR}/bin/tclsh +TCL_INCDIR= ${TCLDIR}/include +TCL_CONFIGDIR= ${TCLDIR}/lib MAKE_ENV+= INSTALLED_LIBPQ=1 @@ -16,7 +18,7 @@ CONFIGURE_ARGS+= --without-perl --without-odbc CONFIGURE_ARGS+= --with-tcl \ --with-tclconfig="${TCL_CONFIGDIR}" \ --with-includes="${TCL_INCDIR}" \ - --with-libraries="${LOCALBASE}/lib" + --with-libraries="${LOCALBASE}/lib ${TCLDIR}/lib" CONFIGURE_ENV+= TCLSH="${TCLSH}" DIRS_TO_BUILD= interfaces/libpgtcl \ @@ -39,4 +41,4 @@ do-install: ${WRKDIR}/${DISTNAME}/doc/man.tar.gz \ `${SED} -e "s/#.*//" ${FILESDIR}/man.tcl` -.include "../../databases/postgresql/Makefile.common" +.include "../../mk/bsd.pkg.mk" |