diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-23 01:42:27 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-23 01:42:27 +0000 |
commit | 4f5d3d0d4a99b0c01859d51055a1db4dc8ed33ed (patch) | |
tree | f586ab40c2070243d59397923c9cfeaa3c6b7476 /chinese | |
parent | astro/xearth - inclusion of a 'submitters' file (diff) |
Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by: dosirak via kris
Approved by: maintainer timeout
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile index 9ffdec9907b3..0e2f5ddf3cab 100644 --- a/chinese/chinput2/Makefile +++ b/chinese/chinput2/Makefile @@ -15,6 +15,8 @@ DISTNAME= zh-chinput2-1.3.1 MAINTAINER= phj@cn.FreeBSD.org COMMENT= Another Chinese GB2312 and Big5 X11 input server +BUILD_DEPENDS= imake:${X_IMAKE_PORT} + USE_MYSQL= yes USE_REINPLACE= yes USE_XLIB= yes |