diff options
author | max <max@FreeBSD.org> | 2000-03-08 10:56:40 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2000-03-08 10:56:40 +0000 |
commit | 8ab83003dadf6600cb37afc61929aabd4e06be39 (patch) | |
tree | 261c91e90e89932e863edb279e435e3012c3700a /japanese/FreeWnn-server | |
parent | 608c30af2a6212248eafdc8ab5519d829896ebd3 (diff) | |
download | FreeBSD-ports-8ab83003dadf6600cb37afc61929aabd4e06be39.zip FreeBSD-ports-8ab83003dadf6600cb37afc61929aabd4e06be39.tar.gz |
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.
Diffstat (limited to 'japanese/FreeWnn-server')
-rw-r--r-- | japanese/FreeWnn-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/FreeWnn-server/Makefile b/japanese/FreeWnn-server/Makefile index 1a657c1..924ff3d 100644 --- a/japanese/FreeWnn-server/Makefile +++ b/japanese/FreeWnn-server/Makefile @@ -16,7 +16,7 @@ DISTFILES= Wnn4.2.tar.gz ${WNN_EXTRA_PATCH} MAINTAINER= taoka@FreeBSD.org -BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake EXTRACT_ONLY= Wnn4.2.tar.gz PATCHDIR= ${.CURDIR}/../../japanese/Wnn/patches |