mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- utilize gettext correctly and unbreak this port
This commit is contained in:
parent
e090d7f4c4
commit
b6d77ae328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140106
1 changed files with 1 additions and 4 deletions
|
@ -15,10 +15,6 @@ 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
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2005-09-22
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_LIBTOOL_VER=15
|
||||
|
@ -31,6 +27,7 @@ CONFIGURE_ARGS= --disable-debug
|
|||
CONFIGURE_ARGS+=--disable-nls
|
||||
.else
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
.endif
|
||||
|
||||
MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \
|
||||
|
|
Loading…
Add table
Reference in a new issue