aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-09-05 18:47:37 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-09-05 18:47:47 +0000
commitaee9c3665443f474587bdfdb3c0b66feba47d474 (patch)
treedef9b02ec050a93ee3424b1f70e01e1d278e9726
parentca5aef34df8652cc5749ad6261dd0bb2d3375bb5 (diff)
downloadports-aee9c3665443f474587bdfdb3c0b66feba47d474.tar.gz
ports-aee9c3665443f474587bdfdb3c0b66feba47d474.zip
audio/cheesecutter: Fix build on 13.1-RELEASE
Notified by: pkg-fallout
-rw-r--r--audio/cheesecutter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile
index be18d9c35af9..02ebb93f7ee9 100644
--- a/audio/cheesecutter/Makefile
+++ b/audio/cheesecutter/Makefile
@@ -2,7 +2,7 @@ PORTNAME= cheesecutter
DISTVERSIONPREFIX= v
DISTVERSION= 2.9-beta-3-25
DISTVERSIONSUFFIX= -gdbe9a9d
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@@ -36,7 +36,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if (${OSVERSION} >= 1400042)
+.if (${OSVERSION} >= 1301000)
MAKE_ARGS= DLDFLAGS=-L=-Wl,-z,nostart-stop-gc
.endif