diff options
Diffstat (limited to 'devel/gtranslator/Makefile')
-rw-r--r-- | devel/gtranslator/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 12e643ae2..d75596378 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtranslator -# Date created: 16 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/devel/gtranslator/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gtranslator PORTVERSION= 2.91.5 @@ -26,10 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas USE_XZ= yes -USE_GNOME= gnomehack intlhack gnomeprefix gtk30 libgda4 \ - gtksourceview3 libxml2 +USE_GNOME= intlhack gnomeprefix gtk30 libgda4 gtksourceview3 libxml2 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_PYTHON= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes @@ -56,6 +51,7 @@ DICT_DESC= Build dictionary plugin .if ${PORT_OPTIONS:MDICT} BUILD_DEPENDS+= gnome-dictionary>=3.4.0:${PORTSDIR}/deskutils/gnome-dictionary LIB_DEPENDS+= gdict-1.0:${PORTSDIR}/deskutils/gnome-dictionary +RUN_DEPENDS+= gnome-dictionary>=3.4.0:${PORTSDIR}/deskutils/gnome-dictionary GLIB_SCHEMAS+= org.gnome.gtranslator.plugins.dictionary.gschema.xml CONFIGURE_ARGS+=--with-dictionary PLIST_SUB+= DICT="" |