diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 00:13:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 00:13:05 +0800 |
commit | c7458315b493e1748fce2d0871b2333895d0e443 (patch) | |
tree | 668885cb003a26b7e022ff40f506c9d24b2b5482 /misc/kdeutils3 | |
parent | 7b0e066b57b737989868707e89327ab8b5bd206a (diff) | |
download | freebsd-ports-gnome-c7458315b493e1748fce2d0871b2333895d0e443.tar.gz freebsd-ports-gnome-c7458315b493e1748fce2d0871b2333895d0e443.tar.zst freebsd-ports-gnome-c7458315b493e1748fce2d0871b2333895d0e443.zip |
- 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)
Diffstat (limited to 'misc/kdeutils3')
-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: |