diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 16:35:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 16:35:39 +0000 |
commit | b5bad4f2cfcb7d7f2149d26576576c64c8df8843 (patch) | |
tree | c38f1acc7eb1dba689fc6c43b098b2a8758f211d /filesystems/glusterfs | |
parent | 73248c4447f49a0c2f6f9de4e4e4f27a99772e9d (diff) | |
download | pkgsrc-b5bad4f2cfcb7d7f2149d26576576c64c8df8843.tar.gz |
requires openssl
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r-- | filesystems/glusterfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 2e13d21197f..b15f33d7e0f 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/01/11 23:07:01 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2015/03/12 16:35:39 tnn Exp $ DISTNAME= glusterfs-3.6.0 #PKGREVISION= 1 @@ -102,6 +102,7 @@ PLIST.mmx= yes .endif #.include "../../devel/argp/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |