diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-06-27 00:46:51 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-06-27 00:46:51 +0800 |
commit | 8985e4808c68f8d4a73f48bc493a899f9dadc136 (patch) | |
tree | 47a32621709568fe9831220eca59f0f68358910a /textproc | |
parent | e173ad8ef8e4b29567625b2c32711d512693e789 (diff) | |
download | freebsd-ports-gnome-8985e4808c68f8d4a73f48bc493a899f9dadc136.tar.gz freebsd-ports-gnome-8985e4808c68f8d4a73f48bc493a899f9dadc136.tar.zst freebsd-ports-gnome-8985e4808c68f8d4a73f48bc493a899f9dadc136.zip |
Change the dependency on textproc/uim to LIB_DEPENDS to fix package building errors.
Reported by: linimon
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-gnome/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-gtk/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 4 | ||||
-rw-r--r-- | textproc/uim-qt/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index 1b4f1d2bcc8d..5f936e2693dc 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gnome COMMENT= GNOME applets of uim input method USE_GNOME= gtk20 gnomepanel -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index 7f56ed71a86d..98aec34e26cd 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gtk COMMENT= GTK+ modules of uim input method USE_GNOME= gtk20 -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 18a64834c2fb..45a64fe79dee 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -m17nlib COMMENT= Uim plugin using m17n library input method -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim -LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib \ + uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index d73050a02576..a7a6d96bf273 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -qt COMMENT= QT modules of uim input method -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim -LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 +LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 \ + uim.2:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} |