diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-06 23:08:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-06 23:08:10 +0000 |
commit | e1efc0b065db091b5b1fb6119b95c8c6786274b2 (patch) | |
tree | 1f160f8468258a98a84d3179b141b13a7d9d3f60 /sysutils/progsreiserfs | |
parent | - Switch to newer autoheader (diff) |
Change USE_GETTEXT=1 to USE_GETTEXT=yes in preparation for forthcoming
bsd.port.mk commit
Notes
Notes:
svn path=/head/; revision=110968
Diffstat (limited to 'sysutils/progsreiserfs')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 04b97f09b2e6..8f451c9f25a9 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -17,7 +17,7 @@ COMMENT= Utilities and library to manipulate ReiserFS partitions LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes -USE_GETTEXT= 1 +USE_GETTEXT= yes USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes USE_REINPLACE= yes |