From 6bdbf669dcf66a3d96d2d58509e5d3af8d4dc9c8 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 Jun 2015 09:22:25 +0000 Subject: Installs egg if setuptools is present, so make it unconditional. --- security/volatility/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/volatility/Makefile b/security/volatility/Makefile index dc29c4e6b25..5596384a6e7 100644 --- a/security/volatility/Makefile +++ b/security/volatility/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/06/03 22:44:10 pettai Exp $ +# $NetBSD: Makefile,v 1.3 2015/06/15 09:22:25 joerg Exp $ DISTNAME= volatility-2.4 CATEGORIES= security @@ -18,6 +18,6 @@ REPLACE_PYTHON= tools/vtype_diff.py PYTHON_VERSIONS_INCOMPATIBLE= 33 34 -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3