diff options
-rw-r--r-- | deskutils/snotes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/snotes/Makefile b/deskutils/snotes/Makefile index 903402303103..4f8a260f28d0 100644 --- a/deskutils/snotes/Makefile +++ b/deskutils/snotes/Makefile @@ -27,8 +27,8 @@ PLIST_FILES= bin/${PORTNAME} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not compile +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif do-configure: |