summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/ocaml-lablgtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/ocaml-lablgtk/Makefile b/x11-toolkits/ocaml-lablgtk/Makefile
index f6ab2722cf4e..49bb10d3bd12 100644
--- a/x11-toolkits/ocaml-lablgtk/Makefile
+++ b/x11-toolkits/ocaml-lablgtk/Makefile
@@ -22,8 +22,8 @@ PLIST_SUB+= GL="@comment "
SFXGL= -nogl
.else
PLIST_SUB+= GL=""
-BUILD_DEPENDS+= lablgl:${PORTSDIR}/graphics/lablgl
-RUN_DEPENDS+= lablgl:${PORTSDIR}/graphics/lablgl
+BUILD_DEPENDS+= lablgl:${PORTSDIR}/graphics/ocaml-lablgl
+RUN_DEPENDS+= lablgl:${PORTSDIR}/graphics/ocaml-lablgl
LIB_DEPENDS+= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
CONFIGURE_ENV+= USE_GL=1
.endif