diff options
Diffstat (limited to 'deskutils/gnome-search-tool/Makefile')
-rw-r--r-- | deskutils/gnome-search-tool/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/gnome-search-tool/Makefile b/deskutils/gnome-search-tool/Makefile index e0353be62..e5030bce8 100644 --- a/deskutils/gnome-search-tool/Makefile +++ b/deskutils/gnome-search-tool/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/deskutils/gnome-search-tool/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom$ PORTNAME= gnome-search-tool -PORTVERSION= 3.4.0 +PORTVERSION= 3.6.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,20 +11,21 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 file search utilities +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool + CONFLICTS= gnome-utils-2.[0-9]* USE_XZ= yes USES= gettext pathfix pkgconfig -INSTALLS_OMF= yes USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix intlhack gtk30 gconf2 gnomedocutils +USE_GNOME= gnomeprefix gtk30 intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= gnome-search-tool.1 -GCONF_SCHEMAS= gnome-search-tool.schemas +GLIB_SCHEMAS= org.gnome.gnome-search-tool.gschema.xml .include <bsd.port.mk> |