aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-11-04 07:24:18 +0800
committeredwin <edwin@FreeBSD.org>2006-11-04 07:24:18 +0800
commit90d2f0c4fb3727904f03ac4b615a0678ffa1b9c5 (patch)
tree7e9ed7cd9ce290ff1049639611f7964a0e0d6647 /mail
parent174e51d3b8efe421f5fd645cca32c5de6c0022c7 (diff)
downloadfreebsd-ports-gnome-90d2f0c4fb3727904f03ac4b615a0678ffa1b9c5.tar.gz
freebsd-ports-gnome-90d2f0c4fb3727904f03ac4b615a0678ffa1b9c5.tar.zst
freebsd-ports-gnome-90d2f0c4fb3727904f03ac4b615a0678ffa1b9c5.zip
mark broken on 4.x
Diffstat (limited to 'mail')
-rw-r--r--mail/p3scan/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile
index aca10b17a1bb..b9037688d0a5 100644
--- a/mail/p3scan/Makefile
+++ b/mail/p3scan/Makefile
@@ -37,6 +37,10 @@ SUB_FILES= p3scan.sh pkg-message
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= is not supported on 4.x
+.endif
+
.if !defined(WITHOUT_UVSCAN)
RUN_DEPENDS+= uvscan:${PORTSDIR}/security/vscan
.endif