diff options
author | bf <bf@FreeBSD.org> | 2011-09-18 23:30:16 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-09-18 23:30:16 +0800 |
commit | 7c3b4151e095cd3263a8f7a8925ea0a090c43023 (patch) | |
tree | 6a9bc4e7d7513dcadc12314903a274fa6476145c | |
parent | 7b8bfbaf943662e6d475d71b738e3ca418662343 (diff) | |
download | freebsd-ports-gnome-7c3b4151e095cd3263a8f7a8925ea0a090c43023.tar.gz freebsd-ports-gnome-7c3b4151e095cd3263a8f7a8925ea0a090c43023.tar.zst freebsd-ports-gnome-7c3b4151e095cd3263a8f7a8925ea0a090c43023.zip |
build the GUI by default
Approved by: johans (maintainer)
-rw-r--r-- | math/ocaml-ocamlgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ocaml-ocamlgraph/Makefile b/math/ocaml-ocamlgraph/Makefile index dd9f7e83361e..781276abc339 100644 --- a/math/ocaml-ocamlgraph/Makefile +++ b/math/ocaml-ocamlgraph/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocamlgraph PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://ocamlgraph.lri.fr/download/ PKGNAMEPREFIX= ocaml- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= johans@FreeBSD.org COMMENT= Graph manipulation library for OCaml -OPTIONS= GUI "Include user programs: viewer and editor" off +OPTIONS= GUI "Include user programs: viewer and editor" on USE_OCAML= yes USE_OCAML_FINDLIB= yes |