summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlcatmgr/Makefile')
-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