Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 07:38:23 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494560 - head/mail/mu
Message-ID:  <201903040738.x247cNUi007437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Mar  4 07:38:23 2019
New Revision: 494560
URL: https://svnweb.freebsd.org/changeset/ports/494560

Log:
  Add USES=gnome.

Modified:
  head/mail/mu/Makefile

Modified: head/mail/mu/Makefile
==============================================================================
--- head/mail/mu/Makefile	Mon Mar  4 07:31:57 2019	(r494559)
+++ head/mail/mu/Makefile	Mon Mar  4 07:38:23 2019	(r494560)
@@ -3,8 +3,8 @@
 
 PORTNAME=	mu
 PORTVERSION=	1.0
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	mail
 
 MAINTAINER=	hrs@FreeBSD.org
@@ -16,11 +16,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libxapian.so:databases/xapian-core \
 		libgmime-2.6.so:mail/gmime26
 
-USES=		autoreconf compiler:c++14-lang gettext-runtime gmake \
+USES=		autoreconf compiler:c++14-lang gettext-runtime gmake gnome \
 		libtool makeinfo pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	djcb
 USE_GNOME=	glib20
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gtk --disable-mu4e
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903040738.x247cNUi007437>