Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2019 11:55:47 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504627 - head/net/mobile-broadband-provider-info
Message-ID:  <201906201155.x5KBtlwc037455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Jun 20 11:55:47 2019
New Revision: 504627
URL: https://svnweb.freebsd.org/changeset/ports/504627

Log:
  net/mobile-broadband-provider-info: Add missing dependency (libxslt)
  
  Pointyhat to:	garga

Modified:
  head/net/mobile-broadband-provider-info/Makefile

Modified: head/net/mobile-broadband-provider-info/Makefile
==============================================================================
--- head/net/mobile-broadband-provider-info/Makefile	Thu Jun 20 11:24:49 2019	(r504626)
+++ head/net/mobile-broadband-provider-info/Makefile	Thu Jun 20 11:55:47 2019	(r504627)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mobile-broadband-provider-info
 PORTVERSION=	20190618
+PORTREVISION=	1
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 
@@ -11,8 +12,9 @@ COMMENT=	Service mobile broadband provider database
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf gmake pathfix tar:xz
+USES=		autoreconf gmake gnome pathfix tar:xz
 
+USE_GNOME=	libxslt
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	${DATADIR}/apns-conf.xml \



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