diff options
author | ume <ume@FreeBSD.org> | 2013-10-17 00:40:39 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2013-10-17 00:40:39 +0800 |
commit | 00fd53cbd34a5f12b58312a02582bea496db926e (patch) | |
tree | 337f88adc9685b756dab48d20a87071a9992206e /japanese | |
parent | cd723c4151fc185193245fa07b0fb78d574451a3 (diff) | |
download | freebsd-ports-gnome-00fd53cbd34a5f12b58312a02582bea496db926e.tar.gz freebsd-ports-gnome-00fd53cbd34a5f12b58312a02582bea496db926e.tar.zst freebsd-ports-gnome-00fd53cbd34a5f12b58312a02582bea496db926e.zip |
- enable stage.
- use modern LIB_DEPENDS format.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 7 |
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> |