diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/keramik/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/keramik/Makefile b/x11-wm/keramik/Makefile index 882491b80a7b..3d9e3bc2f500 100644 --- a/x11-wm/keramik/Makefile +++ b/x11-wm/keramik/Makefile @@ -16,6 +16,10 @@ MAINTAINER= flynn@energyhq.homeip.net BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ autoconf:${PORTSDIR}/devel/autoconf +.if !defined(REALLY_OVERWRITE_KDE_WITH_KERAMIK) +BROKEN= "Overwrites KDE base install" +.endif + WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes |