diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:32:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:32:16 +0000 |
commit | 123e3187fc2b9933e8608e569e078460eb4c2cce (patch) | |
tree | 10ae16e765253edec9fe2978060bb5fdf3c77a76 /print/psify | |
parent | 2e4800fd4eb91d31e15eb10ea52b01346e629308 (diff) | |
download | pkgsrc-123e3187fc2b9933e8608e569e078460eb4c2cce.tar.gz |
this blindly calls "gcc", so use buildlink3 so it uses the wrapper.
Diffstat (limited to 'print/psify')
-rw-r--r-- | print/psify/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/psify/Makefile b/print/psify/Makefile index aa938904f64..d129964a6c0 100644 --- a/print/psify/Makefile +++ b/print/psify/Makefile @@ -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 @@ COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files WRKSRC= ${WRKDIR} DIST_SUBDIR= psify EXTRACT_ONLY= #empty + NO_CONFIGURE= yes +USE_BUILDLINK3= yes INSTALL_TARGET= install prefix=${PREFIX} |