diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 16:13:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 16:13:05 +0000 |
commit | 23cddb4fa4f180ca737df0815ae0854b7a1fcc7c (patch) | |
tree | 5d832daf6f06294d2bc610e39655d016e4f60df4 | |
parent | 4ad9fc38f4c9b68bc247c7c7c091c50549a2a609 (diff) |
- Mark BROKEN - Fails to build
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20110223062852/kdeutils-3.5.10_7.log
Approved by: pointyhat (since months)
Notes
Notes:
svn path=/head/; revision=269589
-rw-r--r-- | misc/kdeutils3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index e46fcbe6201f..2e270fa66159 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -36,6 +36,8 @@ CONFIGURE_ARGS+=--with-pythondir=${LOCALBASE} USE_LDCONFIG= yes +BROKEN= fails to build + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" post-patch: |