aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-14 12:33:28 +0800
committerkris <kris@FreeBSD.org>2002-09-14 12:33:28 +0800
commitfaee36ee8bc960ab357fa228b9c8ab3f1c94a565 (patch)
treeb3767a7fff8c02f740fa4e1c5dd2d8cf99e07555
parentba776f07514171fbd1c2680b52f21bcbb842b567 (diff)
downloadfreebsd-ports-gnome-faee36ee8bc960ab357fa228b9c8ab3f1c94a565.tar.gz
freebsd-ports-gnome-faee36ee8bc960ab357fa228b9c8ab3f1c94a565.tar.zst
freebsd-ports-gnome-faee36ee8bc960ab357fa228b9c8ab3f1c94a565.zip
The lablgl port does not exist, it is called ocaml-lablgl
-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