aboutsummaryrefslogtreecommitdiff
path: root/x11/konsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/konsole/Makefile')
-rw-r--r--x11/konsole/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile
index 7a69f82c0331..063606060031 100644
--- a/x11/konsole/Makefile
+++ b/x11/konsole/Makefile
@@ -3,15 +3,12 @@
PORTNAME= konsole
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= x11 kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
+MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE terminal emulator
-CONFLICTS= kdebase-4.[0-6].*
-
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4 libkonq
USES= cmake:outsource
@@ -19,5 +16,4 @@ USE_QT4= xml moc_build qmake_build rcc_build uic_build
USE_XORG= x11 xrender
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib"
-NO_STAGE= yes
.include <bsd.port.mk>