diff options
Diffstat (limited to 'deskutils/bijiben/Makefile')
-rw-r--r-- | deskutils/bijiben/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index cdd3c0b64486..d82fe84b2db7 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -1,9 +1,8 @@ # Created by: Gustau Perez <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/deskutils/bijiben/Makefile 20065 2014-11-11 07:36:48Z gusi $ PORTNAME= bijiben -PORTVERSION= 3.14.2 +PORTVERSION= 3.16.2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,23 +10,26 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Note editor designed to remain simple to use -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ - evolution>=3.0.0:${PORTSDIR}/mail/evolution +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 -RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution + +PORTSCOUT= limitw:1,even + USES= desktop-file-utils gettext gmake libtool \ pathfix pkgconfig shared-mime-info tar:xz USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix gtk30 intlhack \ +USE_GNOME= evolutiondataserver3 gnomedesktop3 gtk30 intlhack \ introspection:build GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.bijiben.gschema.xml + # needed for webkit USES+= compiler:c++11-lib |