diff options
author | makc <makc@FreeBSD.org> | 2013-02-04 23:36:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-04 23:36:28 +0800 |
commit | e6ed715afa87732b4c90e73ddbe0c38a883dcea4 (patch) | |
tree | 8b71277ef10961e56baf92eb8195e894a3de8821 /games/kmancala | |
parent | 959eb32d769bdeee1f9f8552e2a8dfc7f69de99c (diff) | |
download | freebsd-ports-gnome-e6ed715afa87732b4c90e73ddbe0c38a883dcea4.tar.gz freebsd-ports-gnome-e6ed715afa87732b4c90e73ddbe0c38a883dcea4.tar.zst freebsd-ports-gnome-e6ed715afa87732b4c90e73ddbe0c38a883dcea4.zip |
More merges from area51 repository:
- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header
sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]
PR: ports/162261 [1]
Submitted by: Phil Oleson <oz at nixil.net>
Diffstat (limited to 'games/kmancala')
-rw-r--r-- | games/kmancala/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/kmancala/Makefile b/games/kmancala/Makefile index 6df8f890cb6b..c2f39ce4d539 100644 --- a/games/kmancala/Makefile +++ b/games/kmancala/Makefile @@ -1,22 +1,17 @@ -# New ports collection makefile for: kmancala -# Date created: 2011-05-26 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kmancala PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games kde MASTER_SITES= http://horinek.net/~dal/ \ LOCAL/makc DISTNAME= kMancala-${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= A board game for KDE, also known as Mancala or Kalah +COMMENT= Board game for KDE, also known as Mancala or Kalah -LIB_DEPENDS= kdegames.5:${PORTSDIR}/games/kdegames4 +LIB_DEPENDS= kdegames:${PORTSDIR}/games/kdegames4 USE_BZIP2= yes USE_CMAKE= yes |