diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-03 23:24:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-03 23:24:18 +0000 |
commit | 19c2c930be18e95f6e7cbb22018603a01718df53 (patch) | |
tree | 51eded39a98dc7bdf8cbd1678dfad0424736aa8d /mail/p3scan | |
parent | cea3406efd6eb1424582b6caf742ad74d31f5cb0 (diff) | |
download | ports-19c2c930be18e95f6e7cbb22018603a01718df53.tar.gz ports-19c2c930be18e95f6e7cbb22018603a01718df53.zip |
Notes
Diffstat (limited to 'mail/p3scan')
-rw-r--r-- | mail/p3scan/Makefile | 4 |
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 |