diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pymsn/Makefile | 8 |
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> |