diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-25 16:43:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-25 16:43:20 +0000 |
commit | b6d77ae32891e254b83434a3fe342b8d6a9841f3 (patch) | |
tree | 345d6ad42bdeca61061451e3cc7b2b90f38668aa /sysutils/progsreiserfs | |
parent | e090d7f4c4dbbfe715aacf628a87d9c45ae5bdc7 (diff) | |
download | ports-b6d77ae32891e254b83434a3fe342b8d6a9841f3.tar.gz ports-b6d77ae32891e254b83434a3fe342b8d6a9841f3.zip |
Notes
Diffstat (limited to 'sysutils/progsreiserfs')
-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 740f779dc6ef..264e9711c214 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 \ |