summaryrefslogtreecommitdiff
path: root/databases/tk-postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-20 14:11:49 +0000
committerjlam <jlam@pkgsrc.org>2004-01-20 14:11:49 +0000
commit05458d686b3cfbcff434a22e464c3245bfe86db5 (patch)
tree291885f5cbf4099c29ab4d3a9dcd589a161c21ae /databases/tk-postgresql
parenta6c8f5142bd3f70fd4a0373cc2c760040bf784bb (diff)
downloadpkgsrc-05458d686b3cfbcff434a22e464c3245bfe86db5.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/Makefile6
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