diff options
author | johans <johans@FreeBSD.org> | 2008-04-17 06:10:53 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-04-17 06:10:53 +0800 |
commit | 1c6e815bcb3cee6ab0ebdae00e7390c7068acfc9 (patch) | |
tree | de136128b6324bfe5f39e08b3c8913b734edbbce /math/coq/Makefile | |
parent | d8398613e8283c4239445ad0bd5127bae85e8afc (diff) | |
download | freebsd-ports-gnome-1c6e815bcb3cee6ab0ebdae00e7390c7068acfc9.tar.gz freebsd-ports-gnome-1c6e815bcb3cee6ab0ebdae00e7390c7068acfc9.tar.zst freebsd-ports-gnome-1c6e815bcb3cee6ab0ebdae00e7390c7068acfc9.zip |
- Due to depency updates, camlp5 (fresh port) is now required as well:
Include this dependency and bump portrevision
Diffstat (limited to 'math/coq/Makefile')
-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 |