diff options
Diffstat (limited to 'math/ocaml-ocamlgraph/Makefile')
-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 1e9d28577daf..5eb4eb6ad432 100644 --- a/math/ocaml-ocamlgraph/Makefile +++ b/math/ocaml-ocamlgraph/Makefile @@ -16,8 +16,8 @@ OPTIONS_DEFINE= GUI DOCS OPTIONS_DEFAULT=GUI OPTIONS_SUB= yes GUI_DESC= Include GUI user programs: viewer and editor -GUI_BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 -GUI_RUN_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 +GUI_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 +GUI_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 GUI_CONFIGURE_OFF= LABLGTK2=no USES= gmake |