diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-15 12:54:42 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-15 12:54:42 +0000 |
commit | 38b8c74322b510c40bd126b42396822cb8e2eee2 (patch) | |
tree | b8db67276f30a26b9e0b01c9af00b9541ca55335 /x11/kde3 | |
parent | 4caf5f9ac5d4b2651f02a904bb0dbb0e972538b4 (diff) | |
download | ports-38b8c74322b510c40bd126b42396822cb8e2eee2.tar.gz ports-38b8c74322b510c40bd126b42396822cb8e2eee2.zip |
Notes
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile.kde | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde index 3fc622219a8a..4efde7c1e9d4 100644 --- a/x11/kde3/Makefile.kde +++ b/x11/kde3/Makefile.kde @@ -26,6 +26,9 @@ DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} .if ${PORTNAME}==koffice-i18n && ${PORTVERSION}=="1.3.2" WRKSRC= ${WRKDIR}/kde-i18n-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} .endif +.if ${PORTNAME}==kde-i18n +BROKEN= Wrong checksum and packing list, will be fixed ASAP +.endif DIST_SUBDIR= KDE/kde-i18n # nasty hack to force newer timestamps on cache |