pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/htmldoc use libgnutls-config.mk to fix detection o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0396086732ce
branches:  trunk
changeset: 395048:0396086732ce
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 14:04:12 2009 +0000

description:
use libgnutls-config.mk to fix detection of gnutls-2.8
(with the non-default "gnutls" pkg option)

diffstat:

 www/htmldoc/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dd8287e9ae27 -r 0396086732ce www/htmldoc/options.mk
--- a/www/htmldoc/options.mk    Fri Jul 03 14:00:24 2009 +0000
+++ b/www/htmldoc/options.mk    Fri Jul 03 14:04:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/01/08 11:57:24 obache Exp $
+# $NetBSD: options.mk,v 1.3 2009/07/03 14:04:12 drochner Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.htmldoc
 PKG_SUPPORTED_OPTIONS=         x11
@@ -24,6 +24,7 @@
 .  endif
 .  if !empty(PKG_OPTIONS:Mgnutls)
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
 CONFIGURE_ARGS+=       --enable-gnutls
 .  else
 CONFIGURE_ARGS+=       --disable-gnutls



Home | Main Index | Thread Index | Old Index