pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xproto pkgsrc doesn't have "xorg" anymore.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7675f2b0e7e
branches:  trunk
changeset: 537301:e7675f2b0e7e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 06 00:08:30 2008 +0000

description:
pkgsrc doesn't have "xorg" anymore.

diffstat:

 x11/xproto/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3abee7e2820d -r e7675f2b0e7e x11/xproto/buildlink3.mk
--- a/x11/xproto/buildlink3.mk  Sat Jan 05 23:33:23 2008 +0000
+++ b/x11/xproto/buildlink3.mk  Sun Jan 06 00:08:30 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/12/12 21:52:38 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2008/01/06 00:08:30 rillig Exp $
 #
 # This Makefile fragment is included by packages that use xproto.
 #
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-.if ${X11_TYPE} == "xorg"
+.if ${X11_TYPE} != "modular"
 .include "../../mk/x11.buildlink3.mk"
 .else
 



Home | Main Index | Thread Index | Old Index