diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-22 18:40:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-22 18:40:50 +0000 |
commit | d9129ee32c4fce9fd06b214fa090e63976f19124 (patch) | |
tree | 7fceb3cd60364c20b9196eba82ab20d708e5043e /x11-toolkits/ocaml-lablgtk | |
parent | ae9c4efe5361681ab534e781fbfce535e3c5982d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/ocaml-lablgtk')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ocaml-lablgtk/Makefile b/x11-toolkits/ocaml-lablgtk/Makefile index 49bb10d3bd12..1eb1251ece88 100644 --- a/x11-toolkits/ocaml-lablgtk/Makefile +++ b/x11-toolkits/ocaml-lablgtk/Makefile @@ -55,7 +55,7 @@ USE_GTK= yes ALL_TARGET= all opt EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -CONFIGURE_ENV+= USE_CC=1 USE_DOTOPT=1 GTK_CONFIG=${GTK_CONFIG} +CONFIGURE_ENV+= USE_DOTOPT=1 GTK_CONFIG=${GTK_CONFIG} CONFIGURE_ENV+= LIBDIR=${PREFIX}/lib/ocaml BINDIR=${PREFIX}/bin CONFIGURE_ENV+= INSTALLDIR=${PREFIX}/lib/ocaml/lablgtk |