diff options
Diffstat (limited to 'print/gtklp/Makefile')
-rw-r--r-- | print/gtklp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index eac50768eee0..51962010d463 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gtklp.1 gtklpq.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif |