Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 17:53:55 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501435 - head/net/kcontacts
Message-ID:  <201905121753.x4CHrtYN055663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun May 12 17:53:55 2019
New Revision: 501435
URL: https://svnweb.freebsd.org/changeset/ports/501435

Log:
  - Enable decoding of country codes
  
  With hat on:	kde

Modified:
  head/net/kcontacts/Makefile

Modified: head/net/kcontacts/Makefile
==============================================================================
--- head/net/kcontacts/Makefile	Sun May 12 17:45:39 2019	(r501434)
+++ head/net/kcontacts/Makefile	Sun May 12 17:53:55 2019	(r501435)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kcontacts
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -9,7 +10,10 @@ COMMENT=	KDE api to manage contact information
 
 LICENSE=	LGPL21
 
-USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+BUILD_DEPENDS=	iso-codes>=0:misc/iso-codes
+RUN_DEPENDS=	iso-codes>=0:misc/iso-codes
+
+USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	ecm codecs config coreaddons i18n
 USE_QT=		core dbus gui \
 		buildtools_build qmake_build



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