diff options
-rw-r--r-- | archivers/star/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 881cb03285a2..7a02a8a92580 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -25,7 +25,7 @@ MLINKS= star.1 ustar.1 .include <bsd.port.pre.mk> -if ${OSVERSION} >= 800032 +.if ${OSVERSION} >= 800032 BROKEN= does not compile .endif |