diff options
Diffstat (limited to 'cad/geda-gattrib/Makefile')
-rw-r--r-- | cad/geda-gattrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index e5b97aaaa49f..d88b63969d50 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -34,7 +34,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |