pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/psify this blindly calls "gcc", so use buildlink...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a6b78cbad4a
branches:  trunk
changeset: 477162:3a6b78cbad4a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 13:32:16 2004 +0000

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

diffstat:

 print/psify/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9180d63cacdb -r 3a6b78cbad4a print/psify/Makefile
--- a/print/psify/Makefile      Sun Jun 27 13:28:59 2004 +0000
+++ b/print/psify/Makefile      Sun Jun 27 13:32:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:24:29 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/27 13:32:16 grant Exp $
 #
 
 DISTNAME=      psify-19980216
@@ -13,7 +13,9 @@
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   psify
 EXTRACT_ONLY=  #empty
+
 NO_CONFIGURE=  yes
+USE_BUILDLINK3=        yes
 
 INSTALL_TARGET=        install prefix=${PREFIX}
 



Home | Main Index | Thread Index | Old Index