From a0d6da620ade867e7f6867b329d27cde95b4654b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 9 Aug 2004 18:22:04 +0000 Subject: Build with GCC 3.3 on 5.x. --- print/mp-letter/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'print/mp-letter/Makefile') diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index 4322bbfe4133..bd5fdb3d416b 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -18,6 +18,10 @@ DISTNAME= mp-3.0.1 MAINTAINER= obrien@FreeBSD.org COMMENT= A PostScript printing util for ASCII files, email, USENET news articles, etc +.include +.if ${OSVERSION} > 500000 +USE_GCC= 3.3 +.endif WRKSRC= ${WRKDIR}/mp MAN1= mp.1 MLINKS= mp.1 digestp.1 - filep.1 - filofaxp.1 \ @@ -32,4 +36,4 @@ INSTALL_TARGET= install-a4 pre-patch: @${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile -.include +.include -- cgit v1.2.3