summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-09 19:57:54 +0000
committerjlam <jlam>2004-02-09 19:57:54 +0000
commita2ec77e18d19a5e072a8eb375db4df7c99ccb5bd (patch)
treeb1c447fbc275d3fde6e9f42268206401b0eec8dc /textproc/sablotron
parent064e5500dc7caa32e7028a1f4338d9dc661c6e83 (diff)
downloadpkgsrc-a2ec77e18d19a5e072a8eb375db4df7c99ccb5bd.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