pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/arirang this blindly calls "gcc" so use build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fa0818d073b
branches:  trunk
changeset: 477156:6fa0818d073b
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 13:13:23 2004 +0000

description:
this blindly calls "gcc" so use buildlink3 so it uses the wrapper.

diffstat:

 security/arirang/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d98858420844 -r 6fa0818d073b security/arirang/Makefile
--- a/security/arirang/Makefile Sun Jun 27 12:53:55 2004 +0000
+++ b/security/arirang/Makefile Sun Jun 27 13:13:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:52:51 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/27 13:13:23 grant Exp $
 #
 
 DISTNAME=      arirang-1.6
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://monkey.org/~pilot/arirang/
 COMMENT=       Powerful webserver security scanner
 
+USE_BUILDLINK3=        yes
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/arirang/



Home | Main Index | Thread Index | Old Index