diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /japanese/jvim3 | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'japanese/jvim3')
-rw-r--r-- | japanese/jvim3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index 57772a1f1c69..e44d4fec6d25 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -35,7 +35,7 @@ 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 -lxpg4 -L${PREFIX}/lib +LIBS= -ltermlib -L${PREFIX}/lib .if !defined(WITHOUT_X11) USE_XLIB= yes |