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 /japanese/uim-prime | |
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 'japanese/uim-prime')
-rw-r--r-- | japanese/uim-prime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile index 06923b2e14cf..21a1f0c5cf09 100644 --- a/japanese/uim-prime/Makefile +++ b/japanese/uim-prime/Makefile @@ -10,8 +10,8 @@ PKGNAMESUFFIX= -prime COMMENT= Uim plugin using PRIME input method -RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime +LIB_DEPENDS= uim.2:${PORTSDIR}/textproc/uim RUN_DEPENDS+= ${BUILD_DEPENDS} MASTERDIR= ${.CURDIR}/../../textproc/uim |