pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gnats USE_GNU_TOOLS+=m4 instead of BUILD_DEP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d28e0e61b7dc
branches:  trunk
changeset: 466979:d28e0e61b7dc
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 25 02:55:14 2004 +0000

description:
USE_GNU_TOOLS+=m4 instead of BUILD_DEPENDS.

diffstat:

 databases/gnats/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r c887fb29c46a -r d28e0e61b7dc databases/gnats/Makefile
--- a/databases/gnats/Makefile  Sun Jan 25 02:37:49 2004 +0000
+++ b/databases/gnats/Makefile  Sun Jan 25 02:55:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/22 08:02:15 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/25 02:55:14 grant Exp $
 
 DISTNAME=      gnats-3.113.1
 CATEGORIES=    devel
@@ -8,11 +8,9 @@
 HOMEPAGE=      http://www.gnu.org/software/gnats/
 COMMENT=       Cygnus GNATS bug tracking system
 
-BUILD_DEPENDS+=        m4-*:../../devel/m4
-
 USE_PKGINSTALL=        YES
 GNU_CONFIGURE= YES
-USE_GNU_TOOLS+=        make
+USE_GNU_TOOLS+=        m4 make
 USE_BISON=     yes
 
 USE_MAKEINFO=  YES



Home | Main Index | Thread Index | Old Index