summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2014-02-05 12:46:31 +0000
committerobache <obache>2014-02-05 12:46:31 +0000
commit081346eea67665888c6a4628e07b0474cb9071d8 (patch)
tree82889831cbd2b7c602481c450d0536355dabc892 /lang
parentfd8ea5db99f79f9ffd92891b700cea548d9b1c33 (diff)
downloadpkgsrc-081346eea67665888c6a4628e07b0474cb9071d8.tar.gz
Add missing PKGCONFIG_OVERRIDE for new tcl.pc.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 7959b7a7af1..da57784d7cb 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2014/01/11 14:41:05 adam Exp $
+# $NetBSD: Makefile,v 1.73 2014/02/05 12:46:31 obache Exp $
DISTNAME= tcl${TCL_VERSION}-src
PKGNAME= tcl-${TCL_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -21,6 +21,8 @@ CONFIGURE_DIRS= unix
BUILD_DIRS= ${CONFIGURE_DIRS}
INSTALL_TARGET= install
+PKGCONFIG_OVERRIDE+= unix/tcl.pc.in
+
CHECK_PORTABILITY_SKIP= win/configure
# The test target gives better results when not run as root.