diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 14:00:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 14:00:28 +0000 |
commit | 9687065817c6665248087bba8953c36fab7746fb (patch) | |
tree | 57269e3d985f76ec57d0ec94a8d1818523ef51be /textproc | |
parent | 985779eb1f705974baabbc84a0cf943519102a4d (diff) | |
download | pkgsrc-9687065817c6665248087bba8953c36fab7746fb.tar.gz |
test CC_VERSION instead of USE_MIPSPRO.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlcatmgr/Makefile | 6 |
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 |