diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-05 15:06:03 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-05 15:06:03 +0000 |
commit | dd9b64226aeea870fca7468b147993dd5a19c234 (patch) | |
tree | 0cfda35f530cde15c7952ef72d32f2d43ebfd1e1 | |
parent | 32c60e525267b1e5267546c7231607c048ebdebf (diff) | |
download | ports-dd9b64226aeea870fca7468b147993dd5a19c234.tar.gz ports-dd9b64226aeea870fca7468b147993dd5a19c234.zip |
Notes
-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 |