summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorgrant <grant>2004-07-03 14:00:28 +0000
committergrant <grant>2004-07-03 14:00:28 +0000
commit55adb3be2d06c5d568c834c1881511b82c181357 (patch)
tree57269e3d985f76ec57d0ec94a8d1818523ef51be /textproc/xmlcatmgr
parent557b1e69ca84e48841a979aed339fcdf2b6018b9 (diff)
downloadpkgsrc-55adb3be2d06c5d568c834c1881511b82c181357.tar.gz
test CC_VERSION instead of USE_MIPSPRO.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index 9b59d587b1c..1dbc7f2a90a 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/05/02 10:29:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.21 2004/07/03 14:00:28 grant Exp $
#
DISTNAME= xmlcatmgr-2.1
@@ -35,9 +35,9 @@ SUPPORT_FILES+= ${EGDIR}/catalog.share.xml ${PREFIX}/share/xml/catalog
BUILD_DIRS= ${WRKSRC}/work
INSTALL_DIRS= ${WRKSRC}/work
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
-.if defined(USE_MIPSPRO) && !empty(USE_MIPSPRO:M[yY][eE][sS])
+.if !empty(PKGSRC_COMPILER:Mmipspro)
CFLAGS+= -c99
.endif