svn commit: r553586 - head/games/kpat

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 29 06:56:10 UTC 2020


Author: tcberner
Date: Thu Oct 29 06:56:09 2020
New Revision: 553586
URL: https://svnweb.freebsd.org/changeset/ports/553586

Log:
  games/kpat: include black hole solitaire solver

Modified:
  head/games/kpat/Makefile

Modified: head/games/kpat/Makefile
==============================================================================
--- head/games/kpat/Makefile	Thu Oct 29 05:22:02 2020	(r553585)
+++ head/games/kpat/Makefile	Thu Oct 29 06:56:09 2020	(r553586)
@@ -2,12 +2,14 @@
 
 PORTNAME=	kpat
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	games kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	${${PORTNAME:tu}_DESC}
 
-LIB_DEPENDS=	libfreecell-solver.so:games/freecell-solver
+LIB_DEPENDS=	libfreecell-solver.so:games/freecell-solver \
+		libblack_hole_solver.so:games/black-hole-solver
 
 USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 pkgconfig \
 		qt:5 shared-mime-info tar:xz
@@ -17,6 +19,7 @@ USE_KDE=	attica auth codecs completion config configwi
 		textwidgets widgetsaddons xmlgui
 USE_QT=		concurrent core dbus declarative gui network phonon4 svg widgets xml \
 		buildtools_build qmake_build
+CMAKE_ON=	WITH_BH_SOLVER
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list