diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 18:21:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 18:21:56 +0000 |
commit | 99fcbb24846a63d8e9d7361820e5d965da6af28a (patch) | |
tree | 38aefa44d423a9f6c408def8cdde615e590985fe /japanese/uim-tomoe-gtk/Makefile | |
parent | - USES=libtool pathfix. (diff) |
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- japanese/tomoe: remove FreeBSD 6 support.
Notes
Notes:
svn path=/head/; revision=352038
Diffstat (limited to 'japanese/uim-tomoe-gtk/Makefile')
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index 59643ae01d61..bb25a95fe612 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,8 +14,8 @@ 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 +USES= gettext gmake libtool pkgconfig +USE_GNOME= gtk20 GNU_CONFIGURE= yes PLIST_FILES= bin/uim-tomoe-gtk \ |