aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/scim-table-imengine
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-10-16 13:29:52 +0800
committernork <nork@FreeBSD.org>2005-10-16 13:29:52 +0800
commitbe71f46615515622fc0ee8f80cd9ccfa83c4bdc0 (patch)
tree1f77f96fe81d85f0fb239e14f1954ece3f62fa0c /textproc/scim-table-imengine
parent5802c06906a1f1dc6f132af9f22abaebcb5d8636 (diff)
downloadfreebsd-ports-gnome-be71f46615515622fc0ee8f80cd9ccfa83c4bdc0.tar.gz
freebsd-ports-gnome-be71f46615515622fc0ee8f80cd9ccfa83c4bdc0.tar.zst
freebsd-ports-gnome-be71f46615515622fc0ee8f80cd9ccfa83c4bdc0.zip
Fix library dependency error.
Pointy hat to: myself
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