diff --git a/science/dssp/Makefile b/science/dssp/Makefile index fd524a1cc92e..002bb973b054 100644 --- a/science/dssp/Makefile +++ b/science/dssp/Makefile @@ -1,29 +1,27 @@ PORTNAME= dssp DISTVERSIONPREFIX= v DISTVERSION= 4.4.2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Application to assign secondary structure to proteins WWW= https://github.com/PDB-REDO/dssp LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= libmcfp>0:devel/libmcfp \ mrc:devel/mrc LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libcifpp.so:science/libcifpp USES= cmake:noninja,testing compiler:c++17-lang # ninja breaks when mrc is present USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= PDB-REDO CMAKE_ON= BUILD_SHARED_LIBS CMAKE_TESTING_ON= ENABLE_TESTING -# 1 test fails, see https://github.com/PDB-REDO/dssp/issues/65 - .include