pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/hanzim Fix modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4441fc889f1d
branches:  trunk
changeset: 532395:4441fc889f1d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 17 22:38:01 2007 +0000

description:
Fix modular Xorg support.

diffstat:

 misc/hanzim/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9b975919514e -r 4441fc889f1d misc/hanzim/Makefile
--- a/misc/hanzim/Makefile      Fri Aug 17 22:33:35 2007 +0000
+++ b/misc/hanzim/Makefile      Fri Aug 17 22:38:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/10/04 21:49:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2007/08/17 22:38:01 joerg Exp $
 #
 
 DISTNAME=      hanzim-1.3
@@ -21,9 +21,9 @@
 #MAKE_ENV+=    SHELL=${SH:Q} LC_CTYPE=en_US.ISO8859-1
 
 .include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
 
 pre-install:
        @if ${TEST} -z "$$DISPLAY"; then                                \



Home | Main Index | Thread Index | Old Index