aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-10 13:19:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-10 17:14:07 +0000
commitf8554250f5932e6f5d03ed4dddad948b91c6eda3 (patch)
treef4a197fc525b27bbefcced1d33d271aae4a73b5e
parent6a6940d043fcd55215f6d662982ea3e8b72bef39 (diff)
downloadports-f8554250f5932e6f5d03ed4dddad948b91c6eda3.tar.gz
ports-f8554250f5932e6f5d03ed4dddad948b91c6eda3.zip
irc/undernet-ircu: Unbreak on 14
Approved by: portmgr (blanket)
-rw-r--r--irc/undernet-ircu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/undernet-ircu/Makefile b/irc/undernet-ircu/Makefile
index 2fa75f5d2317..633336393021 100644
--- a/irc/undernet-ircu/Makefile
+++ b/irc/undernet-ircu/Makefile
@@ -61,7 +61,9 @@ PEDANTIC_CONFIGURE_ENABLE= pedantic
POLL_CONFIGURE_ENABLE= poll
WARNINGS_CONFIGURE_ENABLE= warnings
-.if !defined(NO_PROFILE)
+.include <bsd.port.options.mk>
+
+.if !defined(NO_PROFILE) && ( ${OPSYS} == FreeBSD && ${OSVERSION} < 1400079 )
CONFIGURE_ARGS+= --enable-profile
.endif