diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 21:09:45 +0800 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 21:09:45 +0800 |
commit | 02e53bdbc956933d89d2d0772ac8a26ab06ecf91 (patch) | |
tree | 6ae428036696509fdce2536a159b8f187d062040 /textproc/uim-gnome | |
parent | 223a418f3df932bee4493fcc5aede48d8d822b24 (diff) | |
download | freebsd-ports-gnome-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.tar.gz freebsd-ports-gnome-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.tar.zst freebsd-ports-gnome-02e53bdbc956933d89d2d0772ac8a26ab06ecf91.zip |
Update to 1.5.0.
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index 6f44a3407318..5aed58507f30 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 -LIB_DEPENDS= uim.5:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk MASTERDIR= ${.CURDIR}/../../textproc/uim @@ -26,7 +26,7 @@ IGNORE= requires X11 .endif do-build: - (cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim -luim-custom") + (cd ${WRKSRC}/helper && ${GMAKE}) do-install: (cd ${WRKSRC}/helper && \ |