pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Modular Xorg support should not in w3m-img/Makefile.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d3e312a4888
branches:  trunk
changeset: 551320:2d3e312a4888
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 13 04:21:28 2008 +0000

description:
Modular Xorg support should not in w3m-img/Makefile.
It really depend on option of w3m.

diffstat:

 www/w3m-img/Makefile |  4 +---
 www/w3m/options.mk   |  4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r acab8cbd6f8d -r 2d3e312a4888 www/w3m-img/Makefile
--- a/www/w3m-img/Makefile      Sat Dec 13 03:20:41 2008 +0000
+++ b/www/w3m-img/Makefile      Sat Dec 13 04:21:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/03/05 18:01:50 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/12/13 04:21:28 obache Exp $
 #
 
 PKGNAME=       w3m-img-${W3M_VERS}
@@ -16,6 +16,4 @@
 # Enable image support.
 _W3M_USE_IMAGE=        YES
 
-BUILDLINK_DEPMETHOD.libXt?=    build
-.include "../../x11/libXt/buildlink3.mk"
 .include "../../www/w3m/Makefile.common"
diff -r acab8cbd6f8d -r 2d3e312a4888 www/w3m/options.mk
--- a/www/w3m/options.mk        Sat Dec 13 03:20:41 2008 +0000
+++ b/www/w3m/options.mk        Sat Dec 13 04:21:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2008/04/12 22:43:14 jlam Exp $
+# $NetBSD: options.mk,v 1.8 2008/12/13 04:21:28 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.w3m
 PKG_SUPPORTED_OPTIONS= inet6 w3m-lynx-key w3m-m17n w3m-unicode
@@ -63,6 +63,8 @@
 USE_X11=               YES
 CONFIGURE_ARGS+=       --enable-image=x11 --with-imagelib=${_W3M_IMAGELIB:Q}
 PLIST.image=           yes
+BUILDLINK_DEPMETHOD.libXt?=    build
+.  include "../../x11/libXt/buildlink3.mk"
 .  include "../../graphics/${_W3M_IMAGELIB}/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-image



Home | Main Index | Thread Index | Old Index