diff options
Diffstat (limited to 'archivers/grzip/Makefile')
-rw-r--r-- | archivers/grzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/grzip/Makefile b/archivers/grzip/Makefile index e06bc63f28b1..2f8c23472366 100644 --- a/archivers/grzip/Makefile +++ b/archivers/grzip/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Efficient file compressor USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl |