svn commit: r553703 - head/net/kitinerary

Tobias C. Berner tcberner at FreeBSD.org
Fri Oct 30 17:04:29 UTC 2020


Author: tcberner
Date: Fri Oct 30 17:04:28 2020
New Revision: 553703
URL: https://svnweb.freebsd.org/changeset/ports/553703

Log:
  net/kitinerary: add dependency on libphonenumber -- this enables parsing and geo-coding of phone numbers

Modified:
  head/net/kitinerary/Makefile

Modified: head/net/kitinerary/Makefile
==============================================================================
--- head/net/kitinerary/Makefile	Fri Oct 30 16:57:58 2020	(r553702)
+++ head/net/kitinerary/Makefile	Fri Oct 30 17:04:28 2020	(r553703)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kitinerary
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -10,7 +10,8 @@ COMMENT=	Data Model and Extraction System for Travel R
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	libpoppler.so:graphics/poppler \
+LIB_DEPENDS=	libphonenumber.so:devel/libphonenumber \
+		libpoppler.so:graphics/poppler \
 		libZXing.so:textproc/zxing-cpp
 
 USES=		compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz


More information about the svn-ports-all mailing list