diff options
Diffstat (limited to 'sci-chemistry/votca-xtp')
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild index 9877d7fc0bcf..d2c60640d4a0 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild @@ -46,6 +46,7 @@ DOCS=( README NOTICE CHANGELOG.md ) src_configure() { mycmakeargs=( -DLIB=$(get_libdir) + -DBUILD_XTP_MANUAL=$(usex doc) ) cmake-utils_src_configure } |