diff options
author | pav <pav@FreeBSD.org> | 2010-01-29 06:58:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-29 06:58:37 +0800 |
commit | ccfdf871c75c3b93e579273406c7c51cbb18dc87 (patch) | |
tree | 577b645af4a27e3e58a8778d5875ad35795809a6 | |
parent | 0e44e95dc1a889a5020615b74e6de78ecfe18131 (diff) | |
download | freebsd-ports-gnome-ccfdf871c75c3b93e579273406c7c51cbb18dc87.tar.gz freebsd-ports-gnome-ccfdf871c75c3b93e579273406c7c51cbb18dc87.tar.zst freebsd-ports-gnome-ccfdf871c75c3b93e579273406c7c51cbb18dc87.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
-rw-r--r-- | net-im/telepathy-qt4/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile index 52c5f887561a..7b640c640ccb 100644 --- a/net-im/telepathy-qt4/Makefile +++ b/net-im/telepathy-qt4/Makefile @@ -31,6 +31,12 @@ PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README html PORTEXAMPLES= Makefile Makefile.am Makefile.in \ accounts call extensions file-transfer roster +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + pre-configure: @${REINPLACE_CMD} -E -e 's:(^pkgconfigdir =).*:\1 ${PREFIX}/libdata/pkgconfig:' \ ${WRKSRC}/TelepathyQt4/Makefile.in @@ -54,4 +60,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |