aboutsummaryrefslogtreecommitdiff
path: root/math/libsemigroups/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-06 20:57:18 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-05-06 21:00:01 +0000
commit79b0a197fbd49992bd13bcde0654aba37cc3da2c (patch)
treee151d4cc24b93fb94504d494b0c5d41b2b4e073e /math/libsemigroups/Makefile
parentec8086c7b0a2a4a690da5efde8aa1df4555a8f58 (diff)
downloadports-79b0a197fbd49992bd13bcde0654aba37cc3da2c.tar.gz
ports-79b0a197fbd49992bd13bcde0654aba37cc3da2c.zip
Diffstat (limited to 'math/libsemigroups/Makefile')
-rw-r--r--math/libsemigroups/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile
index 6c7f516c7f9d..7092325ef0aa 100644
--- a/math/libsemigroups/Makefile
+++ b/math/libsemigroups/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libsemigroups
PORTVERSION= 1.3.7
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
@@ -40,6 +41,6 @@ pre-configure:
${WRKSRC}/include/libsemigroups/hpcombi.hpp
.endif
${REINPLACE_CMD} -e 's|fmtinclude_HEADERS|#fmtinclude_HEADERS|' \
- ${WRKSRC}/Makefile.am
+ -e 's|-O3 ||' ${WRKSRC}/Makefile.am
.include <bsd.port.post.mk>