pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/links-gui Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bec088856ebe
branches:  trunk
changeset: 525264:bec088856ebe
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 15 14:10:03 2007 +0000

description:
Modular Xorg support.

diffstat:

 www/links-gui/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 19989f9ea12f -r bec088856ebe www/links-gui/Makefile
--- a/www/links-gui/Makefile    Thu Feb 15 14:07:44 2007 +0000
+++ b/www/links-gui/Makefile    Thu Feb 15 14:10:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/12/05 09:02:43 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2007/02/15 14:10:03 joerg Exp $
 #
 
 PKGNAME=       links-gui-2.1.0.26
@@ -11,9 +11,12 @@
 CONFIGURE_ARGS+=       --enable-graphics
 CONFIGURE_ARGS+=       --without-sdl
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../www/links/Makefile.common"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index