Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2023 21:28:27 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: 2651c3e3ba4c - main - science/multiwfn: Remove unnecessary parts
Message-ID:  <202306202128.35KLSRBn040716@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2651c3e3ba4c0c90deac6aad948f6411551fb371

commit 2651c3e3ba4c0c90deac6aad948f6411551fb371
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-20 21:28:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-20 21:28:24 +0000

    science/multiwfn: Remove unnecessary parts
---
 science/multiwfn/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/science/multiwfn/Makefile b/science/multiwfn/Makefile
index f42a2570a737..cbd6cf46e81f 100644
--- a/science/multiwfn/Makefile
+++ b/science/multiwfn/Makefile
@@ -25,9 +25,6 @@ USES=		gl gmake fortran motif xorg
 USE_GL=		gl
 USE_XORG=	x11 xt
 
-#SHEBANG_GLOB=	*.sh
-#SHEBANG_FILES=	init/Multiwfn.01
-
 #USE_GITHUB=	yes
 #GH_ACCOUNT=	stecue
 #GH_PROJECT=	gMultiwfn
@@ -35,7 +32,7 @@ USE_XORG=	x11 xt
 WRKSRC=		${WRKDIR}/Multiwfn_${DISTVERSION}_dev_src_Linux
 
 FCFLAGS+=	-ffree-line-length-none
-LDFLAGS+=	-lblas -llapack -lc
+LDFLAGS+=	-lblas -llapack
 
 ALL_TARGET=	default
 


home | help

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