Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 06:56:10 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553586 - head/games/kpat
Message-ID:  <202010290656.09T6uAmc099851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010290656.09T6uAmc099851>