diff options
Diffstat (limited to 'japanese/jvim3/Makefile')
-rw-r--r-- | japanese/jvim3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index 4ce7e36f1434..c146001e0739 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -35,13 +35,13 @@ PORT_DOCDIR= ${PREFIX}/share/doc/ja-jvim-${PORTVERSION} # -DUSE_X11 is the cause of a problem treating Japanese MACHINE= -DBSD_UNIX -DUSE_LOCALE CC= cc ${CFLAGS} -Wall -LIBS= -ltermlib -L${PREFIX}/lib +LIBS= -ltermlib -L${PREFIX}/lib .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= x11 MACHINE+= -DUSE_X11 -CC+= -I${X11BASE}/include -LIBS+= -L${X11BASE}/lib -lX11 +CC+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lX11 .endif # Specifying a velue INPUT_METHOD, and seting values BUILD_DEPENDS, |