aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/psgconf
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r--sysutils/psgconf/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile
index 464825e72c9c..d298e1652711 100644
--- a/sysutils/psgconf/Makefile
+++ b/sysutils/psgconf/Makefile
@@ -186,6 +186,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
IGNORE= requires perl 5.6 or newer
.endif
+.if ${OSVERSION} <= 600000
+BROKEN= does not compile on 4.X/5.X
+.else
+BROKEN= attempts to modify file under /usr/ports, which could be an RO file system
+.endif
+
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete