diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /japanese/ibus-anthy | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) |
Notes
Diffstat (limited to 'japanese/ibus-anthy')
-rw-r--r-- | japanese/ibus-anthy/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 36c671a4a304..bc224c245cef 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-anthy -# Date created: 30 Apr 2009 -# Whom: Daichi GOTO <daichi@freebsd.org> -# +# Created by: Daichi GOTO <daichi@freebsd.org> # $FreeBSD$ -# PORTNAME= ibus-anthy PORTVERSION= 1.2.7 @@ -23,8 +19,7 @@ LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PYTHON= yes USE_GNOME= pygtk2 |