diff options
-rw-r--r-- | deskutils/pinot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index d3fff2e9f9a8..ab6bde5e4c70 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -74,6 +74,10 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + post-extract: # remove pre-generated messages catalogs ${FIND} ${WRKSRC}/po -name "*.gmo" -delete |