aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2013-10-16 16:40:39 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2013-10-16 16:40:39 +0000
commit08bb49887fc9aa068c5979fff6eebc30d082ec12 (patch)
tree337f88adc9685b756dab48d20a87071a9992206e /japanese
parent9f7db2dbb69087f3f0fdc541e14275e0ee1f671b (diff)
downloadports-08bb49887fc9aa068c5979fff6eebc30d082ec12.tar.gz
ports-08bb49887fc9aa068c5979fff6eebc30d082ec12.zip
- enable stage.
- use modern LIB_DEPENDS format.
Notes
Notes: svn path=/head/; revision=330521
Diffstat (limited to 'japanese')
-rw-r--r--japanese/uim-tomoe-gtk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile
index 88ae6ed01920..59643ae01d61 100644
--- a/japanese/uim-tomoe-gtk/Makefile
+++ b/japanese/uim-tomoe-gtk/Makefile
@@ -10,9 +10,9 @@ MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ume@FreeBSD.org
COMMENT= UIM helper program for Tomoe
-LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
- tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk \
- uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS= libtomoe.so:${PORTSDIR}/japanese/tomoe \
+ libtomoe-gtk.so:${PORTSDIR}/japanese/libtomoe-gtk \
+ libuim.so:${PORTSDIR}/textproc/uim
USE_GNOME= lthack gtk20
USES= gettext gmake pkgconfig
@@ -23,5 +23,4 @@ PLIST_FILES= bin/uim-tomoe-gtk \
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
-NO_STAGE= yes
.include <bsd.port.mk>