diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-29 06:56:09 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-29 06:56:09 +0000 |
commit | 49eec741886105040c0da3cfcfcf95782735edf3 (patch) | |
tree | ef267c10a0582c7f844e426adfe1dccbe4c5e463 | |
parent | games/black-hole-solver: update to 1.10.1 (diff) |
games/kpat: include black hole solitaire solver
Notes
Notes:
svn path=/head/; revision=553586
-rw-r--r-- | games/kpat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/kpat/Makefile b/games/kpat/Makefile index cf55b3b9ca7f..90c40827a862 100644 --- a/games/kpat/Makefile +++ b/games/kpat/Makefile @@ -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 configwidgets coreaddons \ 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 |