pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/thy use libgnutls-config.mk and libgnutls-extra-co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a43ac01ddf81
branches:  trunk
changeset: 395045:a43ac01ddf81
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 11:01:01 2009 +0000

description:
use libgnutls-config.mk and libgnutls-extra-config.mk to get back TLS
support with gnutls-2.8, bump PKGREVISION

diffstat:

 www/thy/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 251936b5b398 -r a43ac01ddf81 www/thy/Makefile
--- a/www/thy/Makefile  Fri Jul 03 11:00:05 2009 +0000
+++ b/www/thy/Makefile  Fri Jul 03 11:01:01 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2009/02/10 16:46:03 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2009/07/03 11:01:01 drochner Exp $
 
 DISTNAME=      thy-0.9.4
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    www
 MASTER_SITES=  ftp://bonehunter.rulez.org/pub/thy/stable/
 
@@ -47,4 +47,6 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
+.include "../../security/gnutls/libgnutls-extra-config.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index