aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-27 11:57:06 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-27 11:57:06 +0000
commit5267c570d79a8b1061ef1df51c1860d9b3db2307 (patch)
tree21244fc3706ceb139fa66f3e4ec29b8c568e8ad7
parent24482eebf1b38a1d781b1f6c16bb588f5e652980 (diff)
downloadports-5267c570d79a8b1061ef1df51c1860d9b3db2307.tar.gz
ports-5267c570d79a8b1061ef1df51c1860d9b3db2307.zip
Notes
-rw-r--r--games/kmancala/Makefile8
-rw-r--r--games/knights-kde4/Makefile6
2 files changed, 6 insertions, 8 deletions
diff --git a/games/kmancala/Makefile b/games/kmancala/Makefile
index e4fd6dfd0cfb..b698d078cd09 100644
--- a/games/kmancala/Makefile
+++ b/games/kmancala/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kmancala
PORTVERSION= 1.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games kde
MASTER_SITES= http://horinek.net/~dal/ \
LOCAL/makc
@@ -11,11 +11,9 @@ DISTNAME= kMancala-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= Board game for KDE, also known as Mancala or Kalah
-LIB_DEPENDS= kdegames:${PORTSDIR}/games/kdegames4
-
USE_BZIP2= yes
-USES= cmake
-USE_KDE4= kdelibs kdeprefix automoc4
+USES= cmake:outsource
+USE_KDE4= kdelibs kdeprefix automoc4 libkdegames
USE_QT4= moc_build qmake_build rcc_build uic_build
.include <bsd.port.mk>
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile
index 63d05b64c80d..593409b0b02d 100644
--- a/games/knights-kde4/Makefile
+++ b/games/knights-kde4/Makefile
@@ -3,20 +3,20 @@
PORTNAME= knights
PORTVERSION= 2.5.0
+PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= http://dl.dropbox.com/u/2888238/Knights/
MAINTAINER= syncer@gmail.com
COMMENT= KDE4 chess interface
-LIB_DEPENDS= kdegames:${PORTSDIR}/games/kdegames4
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess
LATEST_LINK= ${PORTNAME}-kde4
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
-USES= cmake
-USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
+USES= cmake:outsource
+USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace libkdegames
USE_QT4= qmake_build moc_build rcc_build uic_build
.include <bsd.port.options.mk>