diff options
author | fredb <fredb@pkgsrc.org> | 2005-05-25 13:45:36 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2005-05-25 13:45:36 +0000 |
commit | f7c907f26a3671ec4cdfccc062cdc2ffe4ff1834 (patch) | |
tree | 86c4786607e90906b5194f80b168cdc464d82d20 /www/lynx | |
parent | 99a04a4e322e9b9f176db240d2302a70d2ae6e3e (diff) | |
download | pkgsrc-f7c907f26a3671ec4cdfccc062cdc2ffe4ff1834.tar.gz |
Remove a long-standing dependency on gmake by adding ".h" to ${.SUFFIXES}
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing
lists. Patch supplied by Klaus Klein in private email.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 3 | ||||
-rw-r--r-- | www/lynx/distinfo | 3 | ||||
-rw-r--r-- | www/lynx/patches/patch-ag | 13 |
3 files changed, 16 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 28e4fa390ff..5d03e649541 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2005/05/22 20:08:45 jlam Exp $ +# $NetBSD: Makefile,v 1.81 2005/05/25 13:45:36 fredb Exp $ # DISTNAME= lynx2.8.5 @@ -27,7 +27,6 @@ DIST_SUBDIR= lynx WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake INSTALL_TARGET= install-full install-lss MAKEFILE= makefile diff --git a/www/lynx/distinfo b/www/lynx/distinfo index 84a4033f7e4..27240c68dcd 100644 --- a/www/lynx/distinfo +++ b/www/lynx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2005/02/24 14:08:33 wiz Exp $ +$NetBSD: distinfo,v 1.16 2005/05/25 13:45:36 fredb Exp $ SHA1 (lynx/lynx2.8.5.tar.bz2) = c70866f67c1365b55e0c9c0c569190f5919d28d4 RMD160 (lynx/lynx2.8.5.tar.bz2) = 80d20261ac6eaebe1d940fb5de485daaad7bb3b7 @@ -9,3 +9,4 @@ Size (lynx/2.8.5rel.2.patch.gz) = 2445 bytes SHA1 (patch-aa) = ac17101b5dfa296298f1fcd58e8b14673c2855bb SHA1 (patch-ae) = 5dff036d9fc35dca528acb530f779dce4a98cddd SHA1 (patch-af) = 819cdfae5e8181423f5be68cc202a6e074560e75 +SHA1 (patch-ag) = 93d1ff507f8533e54a45f50d0310d2bb8017f1d2 diff --git a/www/lynx/patches/patch-ag b/www/lynx/patches/patch-ag new file mode 100644 index 00000000000..07cf4b77d45 --- /dev/null +++ b/www/lynx/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2005/05/25 13:45:36 fredb Exp $ + +--- src/chrtrans/makefile.in.orig 2004-01-08 03:03:09.000000000 +0100 ++++ src/chrtrans/makefile.in 2005-05-25 11:32:21.000000000 +0200 +@@ -101,7 +101,7 @@ + + makeuctb$o: $(srcdir)/UCkd.h $(srcdir)/makeuctb.c + +-.SUFFIXES : $o .tbl .i ++.SUFFIXES : $o .h .tbl .i + + .c$o: + @RULE_CC@ |