diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 09:42:27 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 09:42:27 +0800 |
commit | bc7996331250d146522379669fb9e95a19c05b60 (patch) | |
tree | 08e37d4eebc0f23e893463cacdc96fb78c592e4c /chinese/chinput2 | |
parent | a0920341da1b6fa1486561666cc28951bfd37c65 (diff) | |
download | freebsd-ports-graphics-bc7996331250d146522379669fb9e95a19c05b60.tar.gz freebsd-ports-graphics-bc7996331250d146522379669fb9e95a19c05b60.tar.zst freebsd-ports-graphics-bc7996331250d146522379669fb9e95a19c05b60.zip |
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/chinput2')
-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 9ffdec9907b..0e2f5ddf3ca 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 |