diff options
author | will <will@FreeBSD.org> | 2002-06-27 19:07:36 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-27 19:07:36 +0800 |
commit | 3a5d4982b576c50a82a4c7dd1f3c8344a47a0346 (patch) | |
tree | eee23b9d63a54563293f9b549fadded32be43230 /x11-wm | |
parent | 5c943744637a73593f99a085c09d1388d6b2b9c8 (diff) | |
download | freebsd-ports-gnome-3a5d4982b576c50a82a4c7dd1f3c8344a47a0346.tar.gz freebsd-ports-gnome-3a5d4982b576c50a82a4c7dd1f3c8344a47a0346.tar.zst freebsd-ports-gnome-3a5d4982b576c50a82a4c7dd1f3c8344a47a0346.zip |
Mark BROKEN because this port installs some files that, if deinstalled,
will break the KDE installation. Not sure how I didn't notice this.
This will be a temporary workaround (and can be overridden) until the
MAINTAINER figures out a fix.
Reported by: MAINTAINER
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 |