diff options
author | jtb <jtb@pkgsrc.org> | 2003-06-23 20:36:13 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-06-23 20:36:13 +0000 |
commit | b683565843c0cadbd6746e68e6a94921dcebf3d7 (patch) | |
tree | fc1a8ad97b33b712e9b33d4a0e975f32a135c971 /lang/coq | |
parent | 7a3a29e2bb08d59f0d51a49d188c3b170eb15349 (diff) | |
download | pkgsrc-b683565843c0cadbd6746e68e6a94921dcebf3d7.tar.gz |
Build with native code compilers on systems where they're available,
which now includes powerpc and sparc.
Bump PKGREVISION.
Diffstat (limited to 'lang/coq')
-rw-r--r-- | lang/coq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/coq/Makefile b/lang/coq/Makefile index ffa2ddd4602..f8d29c436af 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/22 20:21:16 kristerw Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/23 20:36:13 jtb Exp $ # DISTNAME= coq-7.4 +PKGREVISION= 1 CATEGORIES= lang math MASTER_SITES= ftp://ftp.inria.fr/INRIA/coq/V7.4/ @@ -19,7 +20,7 @@ ALL_TARGET= world .include "../../mk/bsd.prefs.mk" -.if (${MACHINE_ARCH} == "i386") +.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") PLIST_SRC= ${PKGDIR}/PLIST.opt ${PKGDIR}/PLIST .endif |