diff options
-rw-r--r-- | chat/centerim/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/centerim/options.mk b/chat/centerim/options.mk index afbd4efd4dd..31d74a40a1a 100644 --- a/chat/centerim/options.mk +++ b/chat/centerim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $ +# $NetBSD: options.mk,v 1.2 2008/08/02 05:39:20 obache Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.centerim @@ -12,5 +12,6 @@ PKG_SUGGESTED_OPTIONS= gpgme #CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config . include "../../security/gpgme/buildlink3.mk" .else -CONFIGURE_ARGS+= --without-gpgme +CONFIGURE_ARGS+= --without-gpgme-prefix +CONFIGURE_ENV+= ac_cv_path_GPGME_CONFIG= .endif |