diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
commit | cb8b1428c6bb9ed135f61a9cecbe8397defbf329 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 /misc/kde4-l10n-sr/Makefile | |
parent | 563bcaab10c891e4bee07c4ec1fbf46515c5a0b4 (diff) |
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
Notes
Notes:
svn path=/head/; revision=311483
Diffstat (limited to 'misc/kde4-l10n-sr/Makefile')
-rw-r--r-- | misc/kde4-l10n-sr/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index 591dbb724940..dfe4f28dfcfc 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-sr -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ MANLANG= ${KDE4_L10N} sr@latin .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |