diff options
Diffstat (limited to 'sysutils/freebsd-sha1')
-rw-r--r-- | sysutils/freebsd-sha1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freebsd-sha1/Makefile b/sysutils/freebsd-sha1/Makefile index 59135e73064..4e3491a9114 100644 --- a/sysutils/freebsd-sha1/Makefile +++ b/sysutils/freebsd-sha1/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= sbin/sha1 .include <bsd.port.pre.mk> -.if ${OSVERSION} > 502113 || ( ${OSVERSION} > 491100 && ${OSVERSION} < 500000 ) +.if ${OSVERSION} > 502113 IGNORE= "is now contained in the base system" .endif |