From a2ec77e18d19a5e072a8eb375db4df7c99ccb5bd Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 9 Feb 2004 19:57:54 +0000 Subject: USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated. --- textproc/sablotron/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/sablotron') diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 0a1b3c41dfd..badb830ace1 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/25 15:29:51 kristerw Exp $ +# $NetBSD: Makefile,v 1.24 2004/02/09 19:57:55 jlam Exp $ DISTNAME= Sablot-1.0.1 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} @@ -30,7 +30,7 @@ LIBS+= ${_BLNK_ICONV_LDFLAGS} # SunPro needs libCrun and libm. # # XXX any extra libs needed on IRIX? -.if defined(USE_SUNPRO) +.if !empty(PKGSRC_COMPILER:Msunpro) LIBS+= -lCrun -lm .elif !empty(CC_VERSION:Mgcc-2*) LIBS+= -lstdc++ -lm -- cgit v1.2.3