pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/www/w3m Pullup ticket 401 - requested by Min S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d396bde821d
branches:  pkgsrc-2005Q1
changeset: 490886:7d396bde821d
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Mar 30 06:42:46 2005 +0000

description:
Pullup ticket 401 - requested by Min Sik Kim
portability fix for w3m

Revisions pulled up:
- pkgsrc/www/w3m/Makefile.common        1.31

   Module Name:  pkgsrc
   Committed By: minskim
   Date:         Fri Mar 25 18:08:55 UTC 2005

   Modified Files:
         pkgsrc/www/w3m: Makefile.common

   Log Message:
   zlib/buildlink3.mk is needed to build on platforms without native zlib.

diffstat:

 www/w3m/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89fc5cc3d5ba -r 7d396bde821d www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Wed Mar 30 06:29:23 2005 +0000
+++ b/www/w3m/Makefile.common   Wed Mar 30 06:42:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2004/06/24 09:17:34 cjep Exp $
+# $NetBSD: Makefile.common,v 1.30.6.1 2005/03/30 06:42:46 salo Exp $
 #
 
 DISTNAME=      w3m-${W3M_VERS}
@@ -120,6 +120,7 @@
            ( cd ${PREFIX}/${DOCDIR}; ${PAX} -r )
 
 .include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .if ${_W3M_USE_IMAGE} == YES
 .include "../../graphics/gdk-pixbuf/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index