diff options
author | marino <marino@FreeBSD.org> | 2014-07-05 23:06:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-05 23:06:03 +0800 |
commit | 45e31984d107638088bb697b561882b5f3f0f5cb (patch) | |
tree | 0cfda35f530cde15c7952ef72d32f2d43ebfd1e1 /chinese | |
parent | de426e7b55ab788400c6b7809dcf9ed1c686897d (diff) | |
download | freebsd-ports-gnome-45e31984d107638088bb697b561882b5f3f0f5cb.tar.gz freebsd-ports-gnome-45e31984d107638088bb697b561882b5f3f0f5cb.tar.zst freebsd-ports-gnome-45e31984d107638088bb697b561882b5f3f0f5cb.zip |
chinese/scim-tables: Add scim as BUILD_DEPENDS (dports)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-tables/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/scim-tables/Makefile b/chinese/scim-tables/Makefile index b681a3d8601b..e4c4d8ce5607 100644 --- a/chinese/scim-tables/Makefile +++ b/chinese/scim-tables/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SCIM table based Chinese input methods -BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ + scim-make-table:${PORTSDIR}/textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine USES= pkgconfig gmake |