diff options
-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 |