pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/aegis Fix reference to patch. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aaa4309e263
branches:  trunk
changeset: 522050:4aaa4309e263
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 01 13:54:49 2006 +0000

description:
Fix reference to patch. Bump revision.

diffstat:

 devel/aegis/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 7703104c9a87 -r 4aaa4309e263 devel/aegis/Makefile
--- a/devel/aegis/Makefile      Fri Dec 01 13:54:27 2006 +0000
+++ b/devel/aegis/Makefile      Fri Dec 01 13:54:49 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/11/27 17:17:56 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/12/01 13:54:49 joerg Exp $
 #
 
 DISTNAME=      aegis-4.22
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://aegis.sourceforge.net/
 
@@ -16,7 +16,9 @@
 CONFIGURE_ARGS+=       --with-nlsdir=${_PKGLOCALEDIR:Q}
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            groff gsoelim msgfmt perl:run yacc
+USE_TOOLS+=            groff gsoelim msgfmt perl:run yacc patch
+
+CONFIGURE_ENV+=                ac_cv_path_PATCH=${TOOLS_PATCH:Q}
 
 EGDIR=                 ${PREFIX}/share/examples/aegis
 INSTALL_MAKE_FLAGS+=   sysconfdir=${EGDIR}



Home | Main Index | Thread Index | Old Index