diff options
author | obache <obache@pkgsrc.org> | 2014-02-05 12:56:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-05 12:56:19 +0000 |
commit | 9bd1b8d984d28e846a78c6d17bf6c321dc49deb6 (patch) | |
tree | 992565db45a544f697978a1918ea84b7461e5d6a | |
parent | 476dd3a6f760912c28e30e251f2a4c9df0b97992 (diff) | |
download | pkgsrc-9bd1b8d984d28e846a78c6d17bf6c321dc49deb6.tar.gz |
Add missing PKGCONFIG_OVERRIDE for new tk.pc.
Bump PKGREVISION.
-rw-r--r-- | x11/tk/Makefile | 5 |
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" |