diff options
Diffstat (limited to 'net/csup/Makefile')
-rw-r--r-- | net/csup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile index d9bdc2875e4c..4f68ef78fe6a 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= bin/csup \ .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700014 || ( ${OSVERSION} >= 601100 && ${OSVERSION} < 700000 ) +.if ${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 ) IGNORE= is already in the base system .endif |