diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-11 02:56:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-11 02:56:25 +0000 |
commit | 622ce736029d481548e6a542d985ad2aabaad7c8 (patch) | |
tree | b4f1ca11b48cca8e30857c1de31c75183ecd9fa7 /japanese/FreeWnn-lib/Makefile | |
parent | Use newly-added %%XAWVER%% for XFree86-4 compatibility. (diff) |
Add BUILD_DEPENDS to imake-4, since this is one of the weird ports
that has USE_XLIB but not USE_IMAKE (it uses its own imake config
files).
Diffstat (limited to 'japanese/FreeWnn-lib/Makefile')
-rw-r--r-- | japanese/FreeWnn-lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index a035ebe46486..125964b36ad4 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-lib/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= taoka@FreeBSD.org +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 + USE_XLIB= yes INSTALLS_SHLIB= yes PATCHDIR= ${.CURDIR}/../../japanese/Wnn/patches |