diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:27:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:27:24 +0000 |
commit | d8cba66bf8054dae3b9f5ea81af45ebc569cacbc (patch) | |
tree | d1749ab3a0f579fb45c6d013fe4c2f06ba6e9356 /security | |
parent | 4a2292d3c718f3581a244f433cfa9f13e4f9a1dd (diff) | |
download | pkgsrc-d8cba66bf8054dae3b9f5ea81af45ebc569cacbc.tar.gz |
BROKEN_GETTEXT_DETECTION already defaults to "no".
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/courier-authlib/options.mk b/security/courier-authlib/options.mk index 1e31b31ceaf..f162ec662f3 100644 --- a/security/courier-authlib/options.mk +++ b/security/courier-authlib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2006/01/10 12:39:04 ghen Exp $ +# $NetBSD: options.mk,v 1.9 2006/04/13 18:27:24 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.courier-authlib PKG_SUPPORTED_OPTIONS= pam bdb ldap mysql pgsql @@ -108,7 +108,6 @@ CONFIGURE_ARGS+= --without-authmysql # Prevent auto-adding gettext libraries to LIBS -- we only want them # used when we link with -lpq. # -BROKEN_GETTEXT_DETECTION= no . include "../../mk/pgsql.buildlink3.mk" CONFIGURE_ARGS+= --with-authpgsql CONFIGURE_ENV+= PGSQL_LIBS="${BUILDLINK_LDADD.${PGSQL_TYPE}}" |