diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 0c8c07007b96..8aca291a5d5f 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib \ RUN_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db .if !defined(WITHOUT_M17NCONTRIB) -RUN_DEPENDS+= ${LOCALBASE}/share/m17n/icons/as-phonetic.png:${PORTSDIR}/textproc/m17n-contrib +RUN_DEPENDS+= ${LOCALBASE}/share/m17n/icons/as-phonetic.png:${PORTSDIR}/devel/m17n-db .endif MASTERDIR= ${.CURDIR}/../../textproc/uim |