diff options
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 6e54ab5374c..47213bdab0e 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -119,7 +119,7 @@ post-patch: ${WRKSRC}/tools/tinurl_handler.pl post-build: -.ifndef WITHOUT_NLS +.if ${PORT_OPTIONS:MNLS} cd ${WRKSRC}/po; ${GMAKE} .endif |