diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-27 11:07:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-27 11:07:36 +0000 |
commit | fffa2d7193691f2044ba8ddafb98ed54cff4cfc2 (patch) | |
tree | 82183c222dccaba704765f178afbbc702b0b1c74 | |
parent | 4d2a5c567ee7adbf460ace023c604345ecc37db0 (diff) | |
download | freebsd-ports-fffa2d7193691f2044ba8ddafb98ed54cff4cfc2.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
-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 |