diff options
author | leeym <leeym@FreeBSD.org> | 2005-07-26 00:43:20 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-07-26 00:43:20 +0800 |
commit | 9838869f0487c83e3624c67cbcef779ce178a8a0 (patch) | |
tree | 106b331e6f154cfebd17a6332646f880725b04af /sysutils | |
parent | 40843fb043aaeee74adf191cbdf43a28ae3fa9fd (diff) | |
download | freebsd-ports-graphics-9838869f0487c83e3624c67cbcef779ce178a8a0.tar.gz freebsd-ports-graphics-9838869f0487c83e3624c67cbcef779ce178a8a0.tar.zst freebsd-ports-graphics-9838869f0487c83e3624c67cbcef779ce178a8a0.zip |
- utilize gettext correctly and unbreak this port
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 740f779dc6e..264e9711c21 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -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 \ |