diff options
author | kris <kris@FreeBSD.org> | 2004-06-06 23:08:10 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-06 23:08:10 +0000 |
commit | a71cb3ff0bc629f832a084239ec46e9fd01771bb (patch) | |
tree | 10c5504a35e1ce55b0bf8d53d4834993fce6e9a5 /sysutils | |
parent | f85e07c6ce7a0819814930a4b0e84c054e53f540 (diff) | |
download | FreeBSD-ports-a71cb3ff0bc629f832a084239ec46e9fd01771bb.zip FreeBSD-ports-a71cb3ff0bc629f832a084239ec46e9fd01771bb.tar.gz |
Change USE_GETTEXT=1 to USE_GETTEXT=yes in preparation for forthcoming
bsd.port.mk commit
Diffstat (limited to 'sysutils')
-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 04b97f0..8f451c9 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 |