diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-01-15 18:21:40 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-01-15 18:21:40 +0000 |
commit | a30b8a92de1c78ede050a997ce057c84588eaad2 (patch) | |
tree | aad63f1d857b93202d35e7966227968a6437f79f /japanese/jvim3 | |
parent | 981f436fe76d1039b2a8e032f15ad0d947fc0a57 (diff) | |
download | ports-a30b8a92de1c78ede050a997ce057c84588eaad2.tar.gz ports-a30b8a92de1c78ede050a997ce057c84588eaad2.zip |
Notes
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 7500d8878a1b..89f12e911b36 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -34,7 +34,7 @@ PLIST_SUB= VERSION=${PORTVERSION} PORT_DOCDIR= ${PREFIX}/share/doc/ja-jvim-${PORTVERSION} # -DUSE_X11 is the cause of a problem treating Japanese MACHINE= -DBSD_UNIX -DUSE_LOCALE -DUSE_X11 -CC= cc -O -g -Wall -traditional -Dconst= -I${X11BASE}/include +CC= cc ${CFLAGS} -Wall -traditional -Dconst= -I${X11BASE}/include LIBS= -ltermlib -lxpg4 -L${PREFIX}/lib -L${X11BASE}/lib -lX11 # Specifying a velue INPUT_METHOD, and seting values BUILD_DEPENDS, # LIB_DEPENDS, etc. |