svn commit: r562562 - branches/2021Q1/graphics/kamera

Dima Panov fluffy at FreeBSD.org
Mon Jan 25 11:26:15 UTC 2021


Author: fluffy
Date: Mon Jan 25 11:26:15 2021
New Revision: 562562
URL: https://svnweb.freebsd.org/changeset/ports/562562

Log:
  MFH: r562457
  
  graphics/kamera: USES+=localbase
  
  Needed for upcoming libgphoto update

Modified:
  branches/2021Q1/graphics/kamera/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/graphics/kamera/Makefile
==============================================================================
--- branches/2021Q1/graphics/kamera/Makefile	Mon Jan 25 11:22:08 2021	(r562561)
+++ branches/2021Q1/graphics/kamera/Makefile	Mon Jan 25 11:26:15 2021	(r562562)
@@ -9,7 +9,7 @@ COMMENT=	Digital camera manager for KDE
 
 LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
 
-USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 localbase qt:5 tar:xz
 USE_KDE=	auth codecs config configwidgets coreaddons doctools ecm i18n \
 		kio service widgetsaddons xmlgui
 USE_QT=		concurrent core dbus gui network widgets xml \


More information about the svn-ports-all mailing list