diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 04:33:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 04:33:28 +0000 |
commit | 749aff3648d140e626fb57b9c33fd54f9e54b97b (patch) | |
tree | bf5c6d5d7c365c53274c5e405cf5c02e89141659 /x11-toolkits/ocaml-lablgtk | |
parent | 10e1269cf37f14f44d786cc4a3b01633bb44104d (diff) | |
download | ports-749aff3648d140e626fb57b9c33fd54f9e54b97b.tar.gz ports-749aff3648d140e626fb57b9c33fd54f9e54b97b.zip |
Notes
Diffstat (limited to 'x11-toolkits/ocaml-lablgtk')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk/Makefile | 4 |
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 |