From cdaa192c80503db495c02921db012e4cd2b384d5 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sun, 16 Oct 2005 05:29:52 +0000 Subject: [PATCH] Fix library dependency error. Pointy hat to: myself --- textproc/scim-table-imengine/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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