diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-24 21:19:51 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-24 21:19:51 +0000 |
commit | 93d3aed5043dfda90e37fad934826c99a3864e7d (patch) | |
tree | eeefd7d7c39326f6bbf7e840cbfb4a3cae582f33 /sysutils | |
parent | d03a074856cd8181bbbf59cabcfb6e43645339a4 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kdar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/kdar/Makefile b/sysutils/kdar/Makefile index eb9cfe031ded..b2f8075d8400 100644 --- a/sysutils/kdar/Makefile +++ b/sysutils/kdar/Makefile @@ -16,6 +16,8 @@ DISTNAME= kdar-${PORTVERSION:S/.b./-beta/} MAINTAINER= kay_lehmann@web.de COMMENT= KDar is KDE-based backuptool using libdar +BROKEN= Does not compile with dar-2.3.0 + LIB_DEPENDS= dar.4:${PORTSDIR}/sysutils/dar USE_BZIP2= yes @@ -26,7 +28,7 @@ USE_KDEBASE_VER=3 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= Does not build on FreeBSD 4.X +IGNORE= does not build on FreeBSD 4.X .endif post-patch: |