pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gambc We do not require autoconf/automake.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab967fdc2be8
branches:  trunk
changeset: 541912:ab967fdc2be8
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Apr 28 04:16:39 2008 +0000

description:
We do not require autoconf/automake.

diffstat:

 lang/gambc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 228cacfce6b8 -r ab967fdc2be8 lang/gambc/Makefile
--- a/lang/gambc/Makefile       Mon Apr 28 04:15:41 2008 +0000
+++ b/lang/gambc/Makefile       Mon Apr 28 04:16:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 04:14:31 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/28 04:16:39 bjs Exp $
 #
 
 DISTNAME=      gambc-${GAMBC_DIST_VERSION}
@@ -16,7 +16,7 @@
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake autoconf automake
+USE_TOOLS+=            gmake
 
 CONFIGURE_ARGS+=       --enable-single-host
 CONFIGURE_ARGS+=       --enable-cplusplus



Home | Main Index | Thread Index | Old Index