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:48:39 +0000
commit9d48b077698efde8408225c7c658eb6c8c43ce77 (patch)
tree14228efbd6b7ec01ab54670cb655f63edaf21667
parent97cddc6f5f8313b8203d161d5f44c7a00f3c97b9 (diff)
downloadports-9d48b077698efde8408225c7c658eb6c8c43ce77.tar.gz
ports-9d48b077698efde8408225c7c658eb6c8c43ce77.zip
audio/cheesecutter: Fix build on 13.1-RELEASE
Notified by: pkg-fallout (cherry picked from commit aee9c3665443f474587bdfdb3c0b66feba47d474)
-rw-r--r--audio/cheesecutter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile
index 9614669dd114..dcee8ba05ec5 100644
--- a/audio/cheesecutter/Makefile
+++ b/audio/cheesecutter/Makefile
@@ -4,7 +4,7 @@ PORTNAME= cheesecutter
DISTVERSIONPREFIX= v
DISTVERSION= 2.9-beta-3-25
DISTVERSIONSUFFIX= -gdbe9a9d
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@@ -38,7 +38,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if (${OSVERSION} >= 1400042)
+.if (${OSVERSION} >= 1301000)
MAKE_ARGS= DLDFLAGS=-L=-Wl,-z,nostart-stop-gc
.endif