pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlindent This is a C99 program, so require g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/211d799c0772
branches:  trunk
changeset: 477211:211d799c0772
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jun 28 00:28:07 2004 +0000

description:
This is a C99 program, so require gcc3.

diffstat:

 textproc/xmlindent/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3553278c36d0 -r 211d799c0772 textproc/xmlindent/Makefile
--- a/textproc/xmlindent/Makefile       Mon Jun 28 00:25:21 2004 +0000
+++ b/textproc/xmlindent/Makefile       Mon Jun 28 00:28:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/05/29 13:01:11 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/28 00:28:07 kristerw Exp $
 #
 
 DISTNAME=      xmlindent-0.2.16
@@ -14,6 +14,8 @@
 USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        lex
 
+GCC_REQD=      3.0
+
 INSTALLATION_DIRS=     bin man/man1
 
 do-install:



Home | Main Index | Thread Index | Old Index