diff options
author | markus <markus@FreeBSD.org> | 2009-08-14 21:23:14 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2009-08-14 21:23:14 +0800 |
commit | 9a39932ce0b9743048ce60050c1ea4cc8a0fd355 (patch) | |
tree | 06c2a250c19e718fc32a8534d52f615c1e2c2dd4 /x11/kde4-baseapps/Makefile | |
parent | 1392157be4891c3a301bd8ef978948a47310eaee (diff) | |
download | freebsd-ports-gnome-9a39932ce0b9743048ce60050c1ea4cc8a0fd355.tar.gz freebsd-ports-gnome-9a39932ce0b9743048ce60050c1ea4cc8a0fd355.tar.zst freebsd-ports-gnome-9a39932ce0b9743048ce60050c1ea4cc8a0fd355.zip |
- Add patch for konsole that implements the missing bits for FreeBSD to make
the format string for tab labels work (information about the currently
running process).
- Bump PORTREVISION
7.x testing by: tabthorpe
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 99dd3ec510bf..e14ba617f177 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src |