diff options
author | vs <vs@FreeBSD.org> | 2005-12-05 09:16:08 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-12-05 09:16:08 +0000 |
commit | 3fd3e66f7b0d3ff747131c4276560208c1422dd4 (patch) | |
tree | 033df9573b5c15272372e753de88c986ef601f99 /math | |
parent | e91d0c7297a53b60836b83f96ef75ba6e196e282 (diff) | |
download | FreeBSD-ports-3fd3e66f7b0d3ff747131c4276560208c1422dd4.zip FreeBSD-ports-3fd3e66f7b0d3ff747131c4276560208c1422dd4.tar.gz |
Enable IDE by default.
Diffstat (limited to 'math')
-rw-r--r-- | math/coq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index 716fb7b..096ba4d 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -17,6 +17,8 @@ COMMENT= Theorem prover based on lambda-C BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml USE_GMAKE= yes +ALL_TARGET= world +WITH_IDE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} @@ -24,8 +26,6 @@ CONFIGURE_ARGS+= --emacslib ${PREFIX}/share/emacs/site-lisp CONFIGURE_ARGS+= --reals all CONFIGURE_ARGS+= --opt -ALL_TARGET= world - PORTDOCS= CHANGES COPYRIGHT CREDITS INSTALL LICENSE README .include <bsd.port.pre.mk> @@ -34,7 +34,7 @@ PORTDOCS= CHANGES COPYRIGHT CREDITS INSTALL LICENSE README BROKEN= "OCaml bug prevents compilation" .endif -.if exists(${LOCALBASE}/bin/lablgtk2) +.if defined(WITH_IDE) || exists(${LOCALBASE}/bin/lablgtk2) BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 RUN_DEPENDS+= ${BUILD_DEPENDS} PLIST_SUB+= IDE="" |