diff options
author | pav <pav@FreeBSD.org> | 2010-08-13 03:41:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-08-13 03:41:09 +0800 |
commit | e9bd45812644e2bbac2ddcd851f34e4181dcf8fa (patch) | |
tree | 188774f35d91e3adb75c54c0b59f41e6ed68ae7c /deskutils/pinot | |
parent | 7a0a594ad19023e721b352ae9670c2c83ba6b9cb (diff) | |
download | freebsd-ports-gnome-e9bd45812644e2bbac2ddcd851f34e4181dcf8fa.tar.gz freebsd-ports-gnome-e9bd45812644e2bbac2ddcd851f34e4181dcf8fa.tar.zst freebsd-ports-gnome-e9bd45812644e2bbac2ddcd851f34e4181dcf8fa.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'deskutils/pinot')
-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 |