aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-table-imengine
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-10-16 05:29:52 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-10-16 05:29:52 +0000
commitcdaa192c80503db495c02921db012e4cd2b384d5 (patch)
treeb0ab7b9fc76d8e6a720fea2c84b03a18ca49e0fa /textproc/scim-table-imengine
parent11eb8ce14ee3a3c10f67c8c0ed3812de1c29cb88 (diff)
downloadports-cdaa192c80503db495c02921db012e4cd2b384d5.tar.gz
ports-cdaa192c80503db495c02921db012e4cd2b384d5.zip
Fix library dependency error.
Pointy hat to: myself
Notes
Notes: svn path=/head/; revision=145512
Diffstat (limited to 'textproc/scim-table-imengine')
-rw-r--r--textproc/scim-table-imengine/Makefile3
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