Remove nls option.

This commit is contained in:
Leonard Schmidt 2005-11-12 21:06:53 +00:00 committed by Thomas Klausner
parent c725932bae
commit adc5ad8884
3 changed files with 8 additions and 13 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/11/12 16:52:04 leonardschmidt Exp $
# $NetBSD: Makefile,v 1.2 2005/11/12 21:06:53 leonardschmidt Exp $
#
DISTNAME= mpop-0.8.2
@ -15,6 +15,8 @@ USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-nls
PKG_SYSCONFSUBDIR= mpop
EGDIR= ${PREFIX}/share/examples/mpop

View file

@ -1,6 +1,6 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/12 16:52:04 leonardschmidt Exp $
@comment $NetBSD: PLIST,v 1.2 2005/11/12 21:06:53 leonardschmidt Exp $
bin/mpop
man/man1/mpop.1
share/examples/mpop/mpoprc.example
${NLS}${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mpop.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mpop.mo
@dirrm share/examples/mpop

View file

@ -1,11 +1,11 @@
# $NetBSD: options.mk,v 1.1.1.1 2005/11/12 16:52:05 leonardschmidt Exp $
# $NetBSD: options.mk,v 1.2 2005/11/12 21:06:53 leonardschmidt Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.mpop
PKG_SUPPORTED_OPTIONS= gsasl nls
PKG_SUPPORTED_OPTIONS= gsasl
PKG_OPTIONS_OPTIONAL_GROUPS= ssl
PKG_OPTIONS_GROUP.ssl= gnutls ssl
PKG_SUGGESTED_OPTIONS= nls ssl
PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"
@ -23,10 +23,3 @@ CONFIGURE_ARGS+= --disable-ssl
CONFIGURE_ARGS+= --enable-gsasl
. include "../../security/gsasl/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mnls)
. include "../../devel/gettext-lib/buildlink3.mk"
PLIST_SUBST+= NLS=""
.else
PLIST_SUBST+= NLS="@comment "
.endif