diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-14 20:16:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-14 20:16:23 +0000 |
commit | 5dc013972c3c22311eda69f7b6e70a8e43825533 (patch) | |
tree | 44836810240252b8709b45b912b9a9d05e86c00d /security | |
parent | 0488ffd65c0393ccdfbb21b266f617fa85effb25 (diff) | |
download | pkgsrc-5dc013972c3c22311eda69f7b6e70a8e43825533.tar.gz |
Update comment about lzo.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index e1ac2c1a3cf..50e86af723f 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/07/14 19:19:43 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2005/07/14 20:16:23 wiz Exp $ DISTNAME= gnutls-1.2.5 CATEGORIES= security devel @@ -43,8 +43,9 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} *.c ${EGDIR} -# needs liblzo2 +# currently compiles neither with liblzo nor with lzo #.include "../../archivers/liblzo/buildlink3.mk" +#.include "../../archivers/lzo/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" |