aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Takacs <nimaje+fbz@bureaucracy.de>2023-11-04 16:55:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-11-04 16:57:02 +0000
commit4eac4457e8411dca9fb7273a218e8ab9a41ad3bf (patch)
tree27412dccbc29b2e4af1bb3bc46c46d8ac34d8382
parent75ef923c8c25846e27f2490b94adf2d26fe4af61 (diff)
downloadports-4eac4457e8411dca9fb7273a218e8ab9a41ad3bf.tar.gz
ports-4eac4457e8411dca9fb7273a218e8ab9a41ad3bf.zip
science/openbabel: Add perl build dependency
PR: 272978
-rw-r--r--science/openbabel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile
index 1cde3a122d32..1ae575230669 100644
--- a/science/openbabel/Makefile
+++ b/science/openbabel/Makefile
@@ -18,11 +18,12 @@ LIB_DEPENDS= libmaeparser.so:science/maeparser \
CONFLICTS_INSTALL= babel
-USES= cmake:testing compiler:c++11-lang eigen:3 gnome pkgconfig tar:bz2
+USES= cmake:testing compiler:c++11-lang eigen:3 gnome perl5 pkgconfig tar:bz2
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_GITHUB= yes # temporary
+USE_PERL5= build
CMAKE_ON= WITH_COORDGEN WITH_JSON OPENBABEL_USE_SYSTEM_RAPIDJSON WITH_MAEPARSER
CMAKE_OFF= ENABLE_TESTS PYTHON_BINDINGS