summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/viewres/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/viewres/package.py')
-rw-r--r--var/spack/repos/builtin/packages/viewres/package.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/viewres/package.py b/var/spack/repos/builtin/packages/viewres/package.py
index 3a32555075..9e6daafc8b 100644
--- a/var/spack/repos/builtin/packages/viewres/package.py
+++ b/var/spack/repos/builtin/packages/viewres/package.py
@@ -25,7 +25,7 @@
from spack import *
-class Viewres(Package):
+class Viewres(AutotoolsPackage):
"""viewres displays a tree showing the widget class hierarchy of the
Athena Widget Set (libXaw)."""
@@ -40,9 +40,3 @@ class Viewres(Package):
depends_on('pkg-config@0.9.0:', type='build')
depends_on('util-macros', type='build')
-
- def install(self, spec, prefix):
- configure('--prefix={0}'.format(prefix))
-
- make()
- make('install')