diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-16 05:29:52 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-16 05:29:52 +0000 |
commit | cdaa192c80503db495c02921db012e4cd2b384d5 (patch) | |
tree | b0ab7b9fc76d8e6a720fea2c84b03a18ca49e0fa /textproc | |
parent | 11eb8ce14ee3a3c10f67c8c0ed3812de1c29cb88 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-table-imengine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index 3330d4989b87..050135f5c3c4 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -16,7 +16,8 @@ DISTNAME= scim-tables-${PORTVERSION} MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= SCIM table based input method engine -LIB_DEPENDS= scim-1.0.8:${PORTSDIR}/textproc/scim +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes USE_GMAKE= yes |