aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-09-29 20:31:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-09-29 20:31:36 +0000
commit4034786b8d70704d6e46074ee9ad5de18d1f56d4 (patch)
treee2d6308352a14d2f8a0c053b607f94aee3785fff /net-im
parente92a1ff0858132d50f10b83e516932005faf18aa (diff)
downloadports-4034786b8d70704d6e46074ee9ad5de18d1f56d4.tar.gz
ports-4034786b8d70704d6e46074ee9ad5de18d1f56d4.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pymsn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/pymsn/Makefile b/net-im/pymsn/Makefile
index 248e8f2a0cfd..8fa76a56f951 100644
--- a/net-im/pymsn/Makefile
+++ b/net-im/pymsn/Makefile
@@ -29,4 +29,10 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not configure
+.endif
+
+.include <bsd.port.post.mk>