diff options
Diffstat (limited to 'textproc/spellutils/Makefile')
-rw-r--r-- | textproc/spellutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/spellutils/Makefile b/textproc/spellutils/Makefile index 36440b87c5a8..0b946580643d 100644 --- a/textproc/spellutils/Makefile +++ b/textproc/spellutils/Makefile @@ -17,7 +17,7 @@ COMMENT= Programs used to isolate some parts or texts before spell-checking GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ENV= LIBS='-L${LOCALBASE}/lib' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lintl |