pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glitz Switch to modular buildlinks.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fb15d2e6c3b
branches:  trunk
changeset: 521191:5fb15d2e6c3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 11:28:02 2006 +0000

description:
Switch to modular buildlinks.

diffstat:

 graphics/glitz/options.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a594c5b64c91 -r 5fb15d2e6c3b graphics/glitz/options.mk
--- a/graphics/glitz/options.mk Mon Nov 06 11:27:08 2006 +0000
+++ b/graphics/glitz/options.mk Mon Nov 06 11:28:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/07/23 03:42:43 minskim Exp $
+# $NetBSD: options.mk,v 1.2 2006/11/06 11:28:02 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.glitz
 PKG_SUPPORTED_OPTIONS= x11
@@ -13,7 +13,9 @@
 LIBS.Darwin+=  -lXext
 PLIST_SUBST+=  X11=""
 .include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?=    build # only for configure
+.include "../../x11/libXt/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-glx
 PLIST_SUBST+=  X11="@comment "



Home | Main Index | Thread Index | Old Index