svn commit: r494560 - head/mail/mu

Hiroki Sato hrs at FreeBSD.org
Mon Mar 4 07:38:24 UTC 2019


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 at 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


More information about the svn-ports-all mailing list