diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-30 04:40:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-30 17:50:55 +0000 |
commit | 81e1c592a4b28f8aec68b9be01d3618230273592 (patch) | |
tree | d6fa2b9178e9b9e5bc0beda5788c3e8906a576f6 | |
parent | 1ace21da3bf2439c6a409ab1ff91a24b1cf36134 (diff) |
science/py-openEMS: Remove unnecessary line
-rw-r--r-- | science/py-openEMS/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/py-openEMS/Makefile b/science/py-openEMS/Makefile index b5148025e3a4..8a8bbf319c9f 100644 --- a/science/py-openEMS/Makefile +++ b/science/py-openEMS/Makefile @@ -22,7 +22,6 @@ USE_PYTHON= distutils cython autoplist USE_GITHUB= yes GH_ACCOUNT= thliebig -GH_PROJECT= openEMS CFLAGS+= -I${WRKSRC} \ -I`${MAKE} -C ${PORTSDIR}/cad/py-csxcad -VWRKSRC` |