diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-14 13:08:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-14 13:08:27 +0000 |
commit | ff9754ecc9203d65d96f6c4003220a3bdce64eb1 (patch) | |
tree | 4ca65e78ec821bd12165b4e351021571a38ce1f4 /x11/kde4-baseapps/Makefile | |
parent | 9c518e9473622144785ce8733bf9749412a3945e (diff) | |
download | ports-ff9754ecc9203d65d96f6c4003220a3bdce64eb1.tar.gz ports-ff9754ecc9203d65d96f6c4003220a3bdce64eb1.zip |
Fix KControl/kcmshell so the Peripherals/Digital Camera KControl module
(installed by graphics/kamera) will work.
Notes
Notes:
svn path=/head/; revision=173041
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 2dc9cbdf9f48..36013d60433f 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |