diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-04-16 22:10:53 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-04-16 22:10:53 +0000 |
commit | f5a5f98beee0e51dbec3d2403f1754779bf01c62 (patch) | |
tree | c29f7012d037a9b283e93ce44c50c5d544dc9547 /math | |
parent | fadb53def1b77546b18ebc0d42900f830cd3508c (diff) | |
download | ports-f5a5f98beee0e51dbec3d2403f1754779bf01c62.tar.gz ports-f5a5f98beee0e51dbec3d2403f1754779bf01c62.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/coq/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index 0ff77786ee2c..5e545ac33638 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -7,6 +7,7 @@ PORTNAME= coq PORTVERSION= 8.1.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/V${COQVERSION}/files/ \ ftp://ftp.stack.nl/pub/users/johans/coq/ @@ -15,6 +16,8 @@ DISTNAME= ${PORTNAME}-${COQVERSION} MAINTAINER= johans@stack.nl COMMENT= Theorem prover based on lambda-C +BUILD_DEPENDS= camlp5:${PORTSDIR}/devel/ocaml-camlp5 + USE_OCAML= yes USE_GMAKE= yes ALL_TARGET= world |