aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/psgconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile
index e07bafc93f16..01d916d0b6a3 100644
--- a/sysutils/psgconf/Makefile
+++ b/sysutils/psgconf/Makefile
@@ -195,8 +195,8 @@ PKGDEINSTALL= ${WRKSRC}/postinstall
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete
-.if ${ARCH} == "amd64"
-# Does not work because Proc::ProcessTable is broken
+.if ${OSVERSION} > 599999
+# Does not work because Proc::ProcessTable is broken in 5.x
post-build:
cd ${WRKSRC} && ${MAKE} test
.endif