diff options
Diffstat (limited to 'lang/metaocaml/Makefile')
-rw-r--r-- | lang/metaocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index fab567a301f8..3049836550b3 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -76,7 +76,7 @@ MANPREFIX= ${PREFIX}/share/metaocaml .if defined(WITH_X11) USE_XORG= x11 -CONFIGURE_ARGS+=-x11include ${X11BASE}/include -x11lib ${X11BASE}/lib +CONFIGURE_ARGS+=-x11include ${LOCALBASE}/include -x11lib ${LOCALBASE}/lib PLIST_SUB+= X11="" .else PLIST_SUB+= X11="@comment " |