summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorwiz <wiz>2004-07-04 08:43:03 +0000
committerwiz <wiz>2004-07-04 08:43:03 +0000
commit72202b0df3e14897b25453bf04bbaff84e3578f4 (patch)
tree7ab6d4329673ee1fe41735a58e57715019f56b8b /textproc/xmlcatmgr
parent071aadf5aec6627e738d9efe118e1668c9688929 (diff)
downloadpkgsrc-72202b0df3e14897b25453bf04bbaff84e3578f4.tar.gz
Really test CC_VERSION, as previous commit message suggests.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index 1dbc7f2a90a..561e41b84c0 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/07/03 14:00:28 grant Exp $
+# $NetBSD: Makefile,v 1.22 2004/07/04 08:43:03 wiz Exp $
#
DISTNAME= xmlcatmgr-2.1
@@ -37,7 +37,7 @@ INSTALL_DIRS= ${WRKSRC}/work
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mmipspro)
+.if !empty(CC_VERSION:MMIPSpro)
CFLAGS+= -c99
.endif