svn commit: r562457 - head/graphics/kamera

Dima Panov fluffy at FreeBSD.org
Sun Jan 24 10:23:44 UTC 2021


Author: fluffy
Date: Sun Jan 24 10:23:44 2021
New Revision: 562457
URL: https://svnweb.freebsd.org/changeset/ports/562457

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

Modified:
  head/graphics/kamera/Makefile

Modified: head/graphics/kamera/Makefile
==============================================================================
--- head/graphics/kamera/Makefile	Sun Jan 24 10:02:20 2021	(r562456)
+++ head/graphics/kamera/Makefile	Sun Jan 24 10:23:44 2021	(r562457)
@@ -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