aboutsummaryrefslogtreecommitdiff
path: root/japanese/jvim3
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /japanese/jvim3
parent88479b1d0703b73d3f20015a53e8a442505bfddd (diff)
downloadports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz
ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'japanese/jvim3')
-rw-r--r--japanese/jvim3/Makefile2
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