Mon Jun 15 09:22:25 2015 UTC ()
Installs egg if setuptools is present, so make it unconditional.


(joerg)
diff -r1.2 -r1.3 pkgsrc/security/volatility/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/security/volatility/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/security/volatility/Attic/Makefile 2015/06/03 22:44:10 1.2
+++ pkgsrc/security/volatility/Attic/Makefile 2015/06/15 09:22:25 1.3
@@ -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 @@
 
 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"