pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/tktable Make it work with pkgsrc X11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17d82e6b562f
branches:  trunk
changeset: 626544:17d82e6b562f
user:      asau <asau%pkgsrc.org@localhost>
date:      Thu Nov 14 16:48:52 2013 +0000

description:
Make it work with pkgsrc X11.
Previously "package require Tktable" failed in wish.

diffstat:

 x11/tktable/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 22d3f64818ce -r 17d82e6b562f x11/tktable/Makefile
--- a/x11/tktable/Makefile      Thu Nov 14 15:06:07 2013 +0000
+++ b/x11/tktable/Makefile      Thu Nov 14 16:48:52 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2013/06/06 12:53:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/14 16:48:52 asau Exp $
 #
 
 DISTNAME=      Tktable2.10
 PKGNAME=       ${DISTNAME:S/Tktable/tktable-/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tktable/}
 
@@ -16,6 +16,7 @@
 
 CONFIGURE_ARGS+=       --x-includes=${BUILDLINK_PREFIX.libX11}/include \
                        --x-libraries=${BUILDLINK_PREFIX.libX11}/lib
+CONFIGURE_ENV+=                PKG_LIBS=${X11_LDFLAGS:Q}
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index