summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-09 19:57:54 +0000
committerjlam <jlam@pkgsrc.org>2004-02-09 19:57:54 +0000
commit3cb6329f4473b7b45631dc698eeeb625f443fdee (patch)
treeb1c447fbc275d3fde6e9f42268206401b0eec8dc /textproc/sablotron
parent2be13c7afe1ca221f669eb2180f632e41d4a0f8a (diff)
downloadpkgsrc-3cb6329f4473b7b45631dc698eeeb625f443fdee.tar.gz
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/Makefile4
1 files changed, 2 insertions, 2 deletions
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