diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-15 09:22:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-15 09:22:25 +0000 |
commit | 6bdbf669dcf66a3d96d2d58509e5d3af8d4dc9c8 (patch) | |
tree | f5f08a4ae0b28ba4991ce60fdde856c95edf275b /security | |
parent | cd36410998fd332381e9e69bfa79859b5c9c3e75 (diff) | |
download | pkgsrc-6bdbf669dcf66a3d96d2d58509e5d3af8d4dc9c8.tar.gz |
Installs egg if setuptools is present, so make it unconditional.
Diffstat (limited to 'security')
-rw-r--r-- | security/volatility/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |