diff options
Diffstat (limited to 'dev/python/twisted/Twisted.mkbuild')
-rw-r--r-- | dev/python/twisted/Twisted.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/python/twisted/Twisted.mkbuild b/dev/python/twisted/Twisted.mkbuild index 93a2a21..0d6bf26 100644 --- a/dev/python/twisted/Twisted.mkbuild +++ b/dev/python/twisted/Twisted.mkbuild @@ -52,7 +52,7 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="glibc-solibs: python" +[[SLACK REQUIRED]]="glibc-solibs: python: zope.interface" # # Decompress program @@ -151,5 +151,5 @@ twisted: #>make_package # Build and install package -python setup.py build install --root=$PKG +python setup.py build install --root=$PKG || exit $ERROR_INSTALL #<make_package |