Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2023 16:57:04 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4eac4457e841 - main - science/openbabel: Add perl build dependency
Message-ID:  <202311041657.3A4Gv4H8070412@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4eac4457e8411dca9fb7273a218e8ab9a41ad3bf

commit 4eac4457e8411dca9fb7273a218e8ab9a41ad3bf
Author:     Benjamin Takacs <nimaje+fbz@bureaucracy.de>
AuthorDate: 2023-11-04 16:55:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-04 16:57:02 +0000

    science/openbabel: Add perl build dependency
    
    PR:             272978
---
 science/openbabel/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311041657.3A4Gv4H8070412>