summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-05 12:56:19 +0000
committerobache <obache@pkgsrc.org>2014-02-05 12:56:19 +0000
commit9bd1b8d984d28e846a78c6d17bf6c321dc49deb6 (patch)
tree992565db45a544f697978a1918ea84b7461e5d6a /x11/tk
parent476dd3a6f760912c28e30e251f2a4c9df0b97992 (diff)
downloadpkgsrc-9bd1b8d984d28e846a78c6d17bf6c321dc49deb6.tar.gz
Add missing PKGCONFIG_OVERRIDE for new tk.pc.
Bump PKGREVISION.
Diffstat (limited to 'x11/tk')
-rw-r--r--x11/tk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index e225a0cf7b8..48fb1135dea 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2014/01/11 14:41:05 adam Exp $
+# $NetBSD: Makefile,v 1.78 2014/02/05 12:56:19 obache Exp $
DISTNAME= tk${TK_VERSION}-src
PKGNAME= tk-${TK_VERSION}
+PKGREVISION= 1
CATEGORIES= x11 lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -23,6 +24,8 @@ CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
CONFIGURE_ENV+= LIB_RUNTIME_DIR=${PREFIX}/lib
PTHREAD_OPTS+= require
+PKGCONFIG_OVERRIDE+= unix/tk.pc.in
+
TEST_TARGET= test
.if defined(ABI) && ${ABI} == "64"