diff options
author | jlam <jlam> | 2004-01-20 14:11:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-20 14:11:49 +0000 |
commit | 6ed0a6c63a00dde2851134137177e915a923d28c (patch) | |
tree | 291885f5cbf4099c29ab4d3a9dcd589a161c21ae /databases/tk-postgresql | |
parent | 9195cfcd017db17272bec6bd1531ddacd2ce323c (diff) | |
download | pkgsrc-6ed0a6c63a00dde2851134137177e915a923d28c.tar.gz |
Remove USE_BUILDLINK2 from Makefile.common and distribute the setting to
all of the package Makefiles that include Makefile.common.
Diffstat (limited to 'databases/tk-postgresql')
-rw-r--r-- | databases/tk-postgresql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/tk-postgresql/Makefile b/databases/tk-postgresql/Makefile index 850eaf2cdfa..eb37f3d57d3 100644 --- a/databases/tk-postgresql/Makefile +++ b/databases/tk-postgresql/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2003/11/12 03:39:40 jschauma Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 14:11:50 jlam Exp $ PKGNAME= tk-postgresql-${BASE_VERS} PKGREVISION= 1 COMMENT= Tk interface to PostgreSQL +USE_BUILDLINK2= yes + .include "../postgresql/Makefile.common" -USE_X11= YES +USE_X11= yes CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-tcl CONFIGURE_ARGS+= --with-tk |