aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-qt4
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-28 22:58:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-28 22:58:37 +0000
commitf412e0dc468edbff8145ad9de71e9aa971df4196 (patch)
tree5427243a64bbca7d16388422763aac20884fd5e5 /net-im/telepathy-qt4
parent8dbd40a9175f0dd5426a3af3588695241a0a7536 (diff)
downloadports-f412e0dc468edbff8145ad9de71e9aa971df4196.tar.gz
ports-f412e0dc468edbff8145ad9de71e9aa971df4196.zip
Notes
Diffstat (limited to 'net-im/telepathy-qt4')
-rw-r--r--net-im/telepathy-qt4/Makefile8
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>