diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /databases/tcl-postgresql74 | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'databases/tcl-postgresql74')
-rw-r--r-- | databases/tcl-postgresql74/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/tcl-postgresql74/Makefile b/databases/tcl-postgresql74/Makefile index 105daa37490..1f72aa7c967 100644 --- a/databases/tcl-postgresql74/Makefile +++ b/databases/tcl-postgresql74/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/29 13:58:04 gson Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/16 01:15:30 jlam Exp $ PKGNAME= tcl-postgresql74-${BASE_VERS} COMMENT= Tcl interface to PostgreSQL .include "../postgresql74/Makefile.common" +PKGSRC_USE_TOOLS+= gtar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-tcl CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" |