diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-17 05:16:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-17 05:16:19 +0800 |
commit | d886f33cd3176b18d3cb6f6f2e173b39e8270c16 (patch) | |
tree | 8a3c3b5be425ce6743d17e8ad7023cf3247f0566 /misc | |
parent | 2d756c739d6a9e2349377b8a6c27465f815425bf (diff) | |
download | freebsd-ports-gnome-d886f33cd3176b18d3cb6f6f2e173b39e8270c16.tar.gz freebsd-ports-gnome-d886f33cd3176b18d3cb6f6f2e173b39e8270c16.tar.zst freebsd-ports-gnome-d886f33cd3176b18d3cb6f6f2e173b39e8270c16.zip |
Mark as broken: fails to deinstall cleanly.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile index 477a8f371b80..43f32a420802 100644 --- a/misc/p5-I18N-Charset/Makefile +++ b/misc/p5-I18N-Charset/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= demon@FreeBSD.org COMMENT= Module which maps CharSet names to the names registered with IANA +BROKEN= fails to deinstall cleanly + BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 \ ${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info |