Enable phonenumber support

This commit is contained in:
rsadowski 2021-05-23 14:30:12 +00:00
parent df5ff89413
commit c87afca492

View File

@ -1,14 +1,15 @@
# $OpenBSD: Makefile,v 1.5 2021/04/27 05:27:02 rsadowski Exp $
# $OpenBSD: Makefile,v 1.6 2021/05/23 14:30:12 rsadowski Exp $
COMMENT = KDE itinerary data model and itinerary extraction library
DISTNAME = kitinerary-${VERSION}
CATEGORIES = devel
REVISION = 0
SHARED_LIBS += KPimItinerary 2.1 # 5.13.2
SHARED_LIBS += KPimItinerary 2.2 # 5.13.2
WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5CalendarCore KF5Contacts
WANTLIB += KF5I18n KF5Mime KPimPkPass Qt5Core Qt5Gui Qt5Network
WANTLIB += Qt5Qml c crypto m poppler xml2 z
WANTLIB += Qt5Qml c crypto m phonenumber poppler xml2
MODKDE5_TRANSLATIONS = yes
@ -23,6 +24,7 @@ LIB_DEPENDS = devel/kf5/karchive \
devel/kf5/kcalendarcore \
devel/kf5/kcontacts \
print/poppler \
productivity/libphonenumber \
textproc/libxml \
x11/kde-applications/kmime \
x11/kde-applications/kpkpass \