diff options
author | kris <kris@FreeBSD.org> | 2005-02-12 08:49:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-12 08:49:04 +0800 |
commit | e3809afe003c90235c189a29301a4fbfd46145d6 (patch) | |
tree | adb42ebca6e38e1256618d889aa4900f651c3995 /sysutils | |
parent | 1a594a75697960f5a4d7ef146344e9faf55f1fa2 (diff) | |
download | freebsd-ports-gnome-e3809afe003c90235c189a29301a4fbfd46145d6.tar.gz freebsd-ports-gnome-e3809afe003c90235c189a29301a4fbfd46145d6.tar.zst freebsd-ports-gnome-e3809afe003c90235c189a29301a4fbfd46145d6.zip |
BROKEN: Leaves behind lib/charset.alias instead of correctly using gettext
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 93edd6c8c48c..46e5053a0342 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions +BROKEN= Leaves behind lib/charset.alias instead of correctly using gettext + GNU_CONFIGURE= yes USE_GETOPT_LONG=yes USE_LIBTOOL_VER=15 |