diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-28 14:18:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-28 14:18:38 +0000 |
commit | 692323b99c6ba14b7f838c461e40463a2b1411bc (patch) | |
tree | fe90fab1965adc6c1e1b70057c26e7bdcf927a94 /ftp/lftp/Makefile | |
parent | 53bf4db7c2e0d9ebf5414f9aca56a5ff37fea237 (diff) | |
download | ports-692323b99c6ba14b7f838c461e40463a2b1411bc.tar.gz ports-692323b99c6ba14b7f838c461e40463a2b1411bc.zip |
Notes
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index de16d4c045cc..20439f4f6f9e 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -61,6 +61,14 @@ CONFIGURE_ARGS+= --with-socks5 CONFIGURE_ARGS+= --with-socksdante .endif +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + MAN1= lftp.1 post-install: |