pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/tgif Needs libXt on Linux. (Build fails witho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4064067f2c9d
branches:  trunk
changeset: 604116:4064067f2c9d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed May 23 06:48:41 2012 +0000

description:
Needs libXt on Linux. (Build fails without it, so no PKGREVISION bump.)

diffstat:

 graphics/tgif/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 50ee222eeb01 -r 4064067f2c9d graphics/tgif/Makefile
--- a/graphics/tgif/Makefile    Wed May 23 06:37:50 2012 +0000
+++ b/graphics/tgif/Makefile    Wed May 23 06:48:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2011/07/12 19:04:00 drochner Exp $
+# $NetBSD: Makefile,v 1.63 2012/05/23 06:48:41 dholland Exp $
 #
 
 DISTNAME=              tgif-4.2.5
@@ -29,6 +29,7 @@
 
 .if ${OPSYS} == "Linux"
 .include "../../devel/libidn/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .endif 
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index