summaryrefslogtreecommitdiff
path: root/www/thy
diff options
context:
space:
mode:
authordrochner <drochner>2009-07-03 11:01:01 +0000
committerdrochner <drochner>2009-07-03 11:01:01 +0000
commita2df7e4af4d7815385b36dd5e11a75ff25dd9121 (patch)
tree3215c1e20981f51164c5af09b25a2b284ea5ee72 /www/thy
parentadd105ea7ed5553a3d85bacc49fe496c850e6ac7 (diff)
downloadpkgsrc-a2df7e4af4d7815385b36dd5e11a75ff25dd9121.tar.gz
use libgnutls-config.mk and libgnutls-extra-config.mk to get back TLS
support with gnutls-2.8, bump PKGREVISION
Diffstat (limited to 'www/thy')
-rw-r--r--www/thy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/thy/Makefile b/www/thy/Makefile
index 052bcb0fe17..439672bb300 100644
--- a/www/thy/Makefile
+++ b/www/thy/Makefile
@@ -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 @@ post-install:
.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"