pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q1]: pkgsrc/print/libgnomeprint Pullup ticket 1333 - reque...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc52a99fc893
branches:  pkgsrc-2006Q1
changeset: 510210:fc52a99fc893
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 15 20:21:46 2006 +0000

description:
Pullup ticket 1333 - requested by salo
build fix for libgnomeprint

Revision pulled up:
- pkgsrc/print/libgnomeprint/Makefile   1.49

   Module Name:    pkgsrc
   Committed By:   salo
   Date:           Thu Apr  6 16:07:30 UTC 2006

   Modified Files:
           pkgsrc/print/libgnomeprint: Makefile

   Log Message:
   Needs bison to build.

diffstat:

 print/libgnomeprint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0a713d9aa393 -r fc52a99fc893 print/libgnomeprint/Makefile
--- a/print/libgnomeprint/Makefile      Fri Apr 14 17:28:18 2006 +0000
+++ b/print/libgnomeprint/Makefile      Sat Apr 15 20:21:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2006/02/05 23:10:38 joerg Exp $
+# $NetBSD: Makefile,v 1.47.2.1 2006/04/15 20:21:46 snj Exp $
 #
 
 DISTNAME=      libgnomeprint-2.12.1
@@ -13,7 +13,7 @@
 
 BUILD_USES_MSGFMT=     YES
 
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            bison gmake pkg-config
 USE_PKGLOCALEDIR=      YES
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index