diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-03-30 01:05:06 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-03-30 01:05:06 +0000 |
commit | 47953517b5f6cc8572afdb2eb2a1a1fca26a632d (patch) | |
tree | 36e178cc2ac8855b1fa6cc93ba9f859835de8068 /security/gnupg | |
parent | 37b428c21fa07b2af274083cab9d5a1add2670ec (diff) | |
download | ports-47953517b5f6cc8572afdb2eb2a1a1fca26a632d.tar.gz ports-47953517b5f6cc8572afdb2eb2a1a1fca26a632d.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index bdceac0c2f1e..b1f291cc679e 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -65,13 +65,13 @@ CONFIGURE_ARGS+=--disable-ldap PLIST_SUB+= LDAP="@comment " .endif -.if defined(WITH_NLS) +#.if defined(WITH_NLS) CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +#.else +#CONFIGURE_ARGS+=--disable-nls +#PLIST_SUB+= NLS="@comment " +#.endif .if defined(WITH_SCDAEMON) CONFIGURE_ARGS+=--enable-scdaemon |