diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-06-26 16:46:51 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-06-26 16:46:51 +0000 |
commit | 2cbea396c750dc50414720135411a919dc48ec39 (patch) | |
tree | 20850d13f8ac5ad5116d11dfa4750b483a1a2744 /textproc/uim-gnome | |
parent | 62f2b9a365ef8e6a43d4016072fc1f575d431b04 (diff) |
Change the dependency on textproc/uim to LIB_DEPENDS to fix package building errors.
Reported by: linimon
Notes
Notes:
svn path=/head/; revision=166379
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |