diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2000-03-08 10:56:40 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2000-03-08 10:56:40 +0000 |
commit | 65856a9de3b9c65210d21a6dce9f2af68ffeb126 (patch) | |
tree | 1344fd93615ce45a7827ba9c8e6824c61db052af /japanese/Wnn6-lib | |
parent | 1b834c4202468a02db44cb62a2d65649b9c998ea (diff) | |
download | ports-65856a9de3b9c65210d21a6dce9f2af68ffeb126.tar.gz ports-65856a9de3b9c65210d21a6dce9f2af68ffeb126.zip |
Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
Notes
Notes:
svn path=/head/; revision=26647
Diffstat (limited to 'japanese/Wnn6-lib')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index 80ec94ff33cb..a6dfb07e8bc4 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/Wnn6/sdk_source/ MAINTAINER= taoka@FreeBSD.org -BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake WRKSRC= ${WRKDIR}/src/contrib/im/Xsi DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib |