aboutsummaryrefslogtreecommitdiff
path: root/net/kitinerary
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-10-30 17:04:28 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-10-30 17:04:28 +0000
commitc085063e017b7b98f0434d1df71499c1018d5375 (patch)
tree11ffa2f5d17e2265a09df2a75c45014ee6b1a366 /net/kitinerary
parent11648a920cb0f986dea1fa945df6ffdf0e598957 (diff)
downloadports-c085063e017b7b98f0434d1df71499c1018d5375.tar.gz
ports-c085063e017b7b98f0434d1df71499c1018d5375.zip
net/kitinerary: add dependency on libphonenumber -- this enables parsing and geo-coding of phone numbers
Notes
Notes: svn path=/head/; revision=553703
Diffstat (limited to 'net/kitinerary')
-rw-r--r--net/kitinerary/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile
index e6c2353ac8f9..c954c735a1b0 100644
--- a/net/kitinerary/Makefile
+++ b/net/kitinerary/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kitinerary
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -10,7 +10,8 @@ COMMENT= Data Model and Extraction System for Travel Reservation information
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